-
Notifications
You must be signed in to change notification settings - Fork 27
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
<command> <subcommand>
is inserted even when <command>
is already typed
#120
Comments
ya, i think this is a bug. we may have to change nushell's complete functionality, or manipulate it's return on the typescript side. |
I use Ubuntu 22.04 LTS (MATE desktop environment). |
I uploaded a gif, does it look like i'm doing what you described? |
To reproduce issue you should trigger autocomplete for |
I see what you mean. If you let the auto-completer launch itself, you get proper completions. If you ignore that prompt and ctrl+space yourself, you get I tested like this |
|
LOL. I just mean that when i typed int, before i could get to the o in into, the completions pop up without me triggering them. |
into<space>
into int
(or any other subcommand)into into int
, instead ofinto int
What can be done:
<command>
should not be inserted when it's already written<command>
should not be shown in intellisence suggestion when it's already typedNu:
VS Code:
OS:
The text was updated successfully, but these errors were encountered: