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

Input box completion support #35785

Open
jtanx opened this issue Oct 7, 2017 · 4 comments
Open

Input box completion support #35785

jtanx opened this issue Oct 7, 2017 · 4 comments
Assignees
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues
Milestone

Comments

@jtanx
Copy link

jtanx commented Oct 7, 2017

  • VSCode Version: 1.17.0
  • OS Version: Windows 10 x64

I'm not sure if I'm searching for the right terms, but there doesn't seem to be a way to get an extension to show an input box with completion entries, similar to the 'Show all commands' dropdown, or the 'Go to symbol in workspace' dropdown:

image

The closest that I can get is to use showInputBox with a validateInput input validator, but this only allows you to return one entry, which doesn't work well if there's multiple options that could be possible. There's also the quick picker, but as far as I know, it doesn't allow you to dynamically update the available options depending on what has been typed in.

Is it possible to expose a similar sort of functionality in the vscode API?

@chrmarti chrmarti added feature-request Request for new features or functionality and removed api labels Oct 8, 2017
@bpasero bpasero added quick-pick Quick-pick widget issues workbench labels Oct 10, 2017
@bpasero bpasero removed their assignment Oct 10, 2017
@bpasero bpasero removed the workbench label Nov 16, 2017
@matklad
Copy link

matklad commented Apr 1, 2019

Another (arguably more powerful) UI would be completion for particular words in the input box. Here's an example from IntelliJ, which completes comand flags:

image

@bpasero bpasero changed the title Feature request: Input box completion support Input box completion support Oct 10, 2019
@bpasero bpasero added this to the Backlog Candidates milestone Oct 24, 2019
@vscodebot
Copy link

vscodebot bot commented Jan 22, 2020

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodebot
Copy link

vscodebot bot commented Mar 12, 2020

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

@vscodebot
Copy link

vscodebot bot commented Mar 13, 2020

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues
Projects
None yet
Development

No branches or pull requests

5 participants