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

Add shift+tab support for cmd line #4089

Merged
merged 2 commits into from
Sep 22, 2019

Conversation

stevenguh
Copy link
Contributor

What this PR does / why we need it:
Add shift+tab to go back on autocompletion on cmd line

Which issue(s) this PR fixes
This is related to
#4032

@J-Fields
Copy link
Member

Cool, thanks a bunch @stevenguh!

It occurs to me that we should at some point make a distinction between commands that work and commands that will autocomplete. For instance, :wri will work, but vim will never autocomplete to :wri - it'll go all the way to :write.

@J-Fields J-Fields merged commit 92ee6df into VSCodeVim:master Sep 22, 2019
@stevenguh stevenguh deleted the feature/shift+tab branch September 22, 2019 23:38
@stevenguh
Copy link
Contributor Author

The current implementation does not autocomplete to :wri, but I wouldn't be surprise if there are instances that are like that in the current implementation.

@J-Fields
Copy link
Member

Yeah, that was just an example. Currently we need to choose between an "intermediate" command (one that is not fully specified nor fully abbreviated) working or not clogging up our autocomplete options. I'll write up a ticket - I think I've got a nice way of accomplishing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants