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

Support Autocompletion #4

Open
odnoletkov opened this issue Jul 13, 2018 · 1 comment
Open

Support Autocompletion #4

odnoletkov opened this issue Jul 13, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@odnoletkov
Copy link

It would be great to Tab-complete possible paths on the command line. I had a quick look at the implementation and it seems to be a rather hard feature to add though.

@mogelbrod mogelbrod added the enhancement New feature or request label Jul 16, 2018
@mogelbrod
Copy link
Owner

Tab completion would be cool! It requires additional complexity in terms of creating and caching a potentially large tree structure in Vim, something I'm sure will increase the already too lengthy execution time.

I haven't dived into custom completions in Vim yet so I can't promise this anytime soon, but feel free to take a stab at it - even a non-working snippet can be helpful if I end up implementing it myself 👍

@mogelbrod mogelbrod added the help wanted Extra attention is needed label Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants