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

Update extension using new "QuickPick" API for single input selection? #61

Open
bbugh opened this issue Jul 27, 2018 · 5 comments
Open

Comments

@bbugh
Copy link

bbugh commented Jul 27, 2018

It appears that the issue preventing a single selection (a la Sublime/Atom) has had some progress with an example API and some request for comment: microsoft/vscode#426

Comments for QuickPick API: microsoft/vscode#49340

Do you plan on updating this amazingly useful extension to support it? Having to create new files in two steps is one of the last things that drives me crazy about VSCode. I always screw up how I'm selecting things.

@patbenatar
Copy link
Owner

@bbugh this is great news! I’ll catch up on those threads and see what’s next for the extension to take advantage of the VS Code update. Thanks for bringing this to my attention.

@patbenatar
Copy link
Owner

Looks like the extension API changes will work great for us. They're available as preview in the most recent release, and there's a recent commit promoting them to stable so hopefully they land in the next release.

@bbugh
Copy link
Author

bbugh commented Aug 6, 2018

Wahoo! Exciting! Thanks for looking into it and making this incredibly useful extension. 👍 Being able to do it in one go is going to be a big daily experience improvement.

@joe4dev
Copy link

joe4dev commented Sep 14, 2018

@patbenatar I guess you were referring to this commit: microsoft/vscode@8804ced

There is also an example available on how to use the new API: https://github.com/Microsoft/vscode-extension-samples/blob/master/quickinput-sample/src/quickOpen.ts

So it should be possible to replicate the path tab-autocomplete feature from Sublime (c.f., https://github.com/skuroda/Sublime-AdvancedNewFile#tab-autocompletion)?
That would basically make the current 2-step process an interactive 1-step process. Much more convenient and quicker.

@mhkeller
Copy link

mhkeller commented Jan 9, 2020

This would be a great improvement and fix the issue mentioned in the readme microsoft/vscode#426

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

No branches or pull requests

4 participants