-
Notifications
You must be signed in to change notification settings - Fork 278
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
Vorpal version 1 autocomplete problem #285
Vorpal version 1 autocomplete problem #285
Comments
any word on this bird? I think it might be this line Line 100 in 8bb46ad
|
Hi @ORESoftware. Thanks for the video. Yes, adding a space is intended functionality, and file system navigation is the one place I've observed this to come up as an issue. Perhaps we can add a flag on the tabbed autocompletion command? In this way, you can make the space omission command-specific. By the way, there's already a file-system autocompletion library: |
oh nice, let me try that fs autocompletion lib, if it doesn't work I will report back very soon |
I created this video demonstrating the problem
https://www.useloom.com/share/40a9509bf03248d586d0357894f0edf4
I would like to use tab completion to access a directory
something like this:
node test/src/dev/node/foo.test.js
but using Vorpals autocomplete functionality does not make tab completing through a filesystem easy at all because Vorpal adds an extra character after the user hits tab. See the video.
My code to do the autocompletion looks like this:
The text was updated successfully, but these errors were encountered: