-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Autocomplete: select completion with comma key #2871
Comments
Same with |
I'm having trouble with this behaviour being overzealous, for example when I just want to iterate over zip'd iterables:
typing in |
It's also doubly annoying when I can't ESC out of the autocomplete back to the cell, but it takes me out of the autocomplete AND the cell. (please excuse the double comment, it probably belongs somewhere else) |
Thanks! What browser do you use? |
Firefox(126.0) on Windows 10, running Julia+Pluto on Ubuntu(WSL2). |
Can you check if the ESC issue also exists on Chrome if you have it installed? |
Fixed the comma thing in 3af53f9 |
Can you check if the ESC issue is also there on |
Thanks for the quick response! |
Typing
funcs = [sin, identi<COMMA>
should autocomplete tofuncs = [sin, identity,
The text was updated successfully, but these errors were encountered: