-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
tab completion on vim command line should work #745
Comments
@johnfn I'm implementing |
Related to microsoft/vscode#426 |
This should be doable now that we moved the commandline to the status bar |
Any news on this? IMHO - as a vim user - navigating files with |
@lipp this is the only reason I'm still using vim instead to use vscode. |
this will probably be a deal breaker for me too. |
I have started on a fix for this, it is not complete yet but here is the repo link |
* added tab support for commands in command mode * Merge branch 'master' of https://github.com/VSCodeVim/Vim * missed a file in merge * add cursor to search mode and update tab completion * file completion on tab support #745 * file completion * fix missed merge conflicts * add path symbols to tab autocomplete '~/', './', '../', '/' * replace var with let/const * tab completion optimizations and refactors * fix esc in search mode conflict * remove tabCompletion.ts because it had the wrong name format * add command line tab completion tests * tab completion test add space after comma's * tab completion test equal instead of not equal * remove console log * added cursor location test and moved GetTrimmed from statusBar to actions CommandNavigateInCommandlineOrSearchMode * moved absolute path calculation to path util and created more verbose tests for command line tab completion * remove console.log from cursorLoaction.test.ts * missed a merge conflict * rename AbsolutePathFromRelativePath to GetAbsolutePath, update the comment to match and use untildify instead of os.homedir() * revert changes to package-lock.json
Hallo, |
What did you do?
ESC : e c:
What did you expect to happen?
tab completion of files in c:\
What happened instead?
nothing
Technical details:
The text was updated successfully, but these errors were encountered: