Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!ismi^tab does not tab complete inside function call #57772

Open
felixcremer opened this issue Mar 14, 2025 · 1 comment · May be fixed by #57767
Open

!ismi^tab does not tab complete inside function call #57772

felixcremer opened this issue Mar 14, 2025 · 1 comment · May be fixed by #57767
Labels
completions Tab and autocompletion in the repl REPL Julia's REPL (Read Eval Print Loop)

Comments

@felixcremer
Copy link
Contributor

The tab completion of !ismis works in the plain REPL but if I try to do that after I already typed an existing function it does not work anymore.
The example is to do sum(!ismis^tab which should tab complete to sum(!ismissing) but doesn't.

This is on julia 1.11.4 and on the current nightly Commit b8dc57e (0 days old master)

@giordano
Copy link
Contributor

Would be fixed by #57767 (tested locally)

@giordano giordano added REPL Julia's REPL (Read Eval Print Loop) completions Tab and autocompletion in the repl labels Mar 14, 2025
@giordano giordano linked a pull request Mar 14, 2025 that will close this issue
@giordano giordano linked a pull request Mar 14, 2025 that will close this issue
xal-0 added a commit to xal-0/julia that referenced this issue Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completions Tab and autocompletion in the repl REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants