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

directories are un-completable with tab-completion #4085

Closed
brianjmurrell opened this issue Sep 20, 2019 · 5 comments
Closed

directories are un-completable with tab-completion #4085

brianjmurrell opened this issue Sep 20, 2019 · 5 comments

Comments

@brianjmurrell
Copy link

Describe the bug
Tab completion doesn't seem to work for anything but files (so limited to $PWD).

To Reproduce

  1. Open a file
  2. Enter ":n " to change the file in the workspace to another file
  3. Type in the first few letters of a directory
  4. Press TAB to get the completion of the directory name

Expected behavior
Should complete the directory name and start actioning completions in that directory. Like VIM does.

  • Extension (VsCodeVim) version: 1.10.2
  • VSCode version: 1.38.1
  • OS: Linux
@J-Fields
Copy link
Member

@stevenguh I know you worked on this recently. This seems to work on the latest master - can you confirm?

@stevenguh
Copy link
Contributor

yes, should be fixed by #4032

@brianjmurrell
Copy link
Author

Ahh. Only merged 7 days ago. I guess it will be a while until we see it in a release?

@stevenguh
Copy link
Contributor

If we decided to do a release, I'd suggest we wait until #4089 is merged as well

@J-Fields
Copy link
Member

J-Fields commented Sep 22, 2019

I'll take a look and then if I have a chance this evening, I'll cut a release. There have been a good number of new features and bug fixes since the last release so we're probably overdue.

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

No branches or pull requests

3 participants