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

Provide API allowing extensions to provide enhanced command palettes #35993

Closed
d-akara opened this issue Oct 10, 2017 · 3 comments
Closed

Provide API allowing extensions to provide enhanced command palettes #35993

d-akara opened this issue Oct 10, 2017 · 3 comments
Assignees
Labels
api feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code quick-pick Quick-pick widget issues

Comments

@d-akara
Copy link

d-akara commented Oct 10, 2017

I would like to build an extensions to provide many enhancements to a command palette interface.

The capabilities I would like to provide to VSCode can be viewed at Commander, a next-gen command palette for Eclipse

Some initial thoughts on required API capabilities:

  • Capture keyboard input events from input field and handle in extension
  • Change list content on handling of input events
  • Add columns to list content
  • Handle some level of rendering of content
    • Provide indication of markers to be applied on a row
    • Provide character indices or information for highlighting matched characters
@vscodebot vscodebot bot added the api label Oct 10, 2017
@egamma egamma added feature-request Request for new features or functionality workbench labels Oct 11, 2017
@egamma
Copy link
Member

egamma commented Oct 11, 2017

@dakaraphi it is unlikely that we would expose API for all the feature requests you mentioned above. So this would not be done as an extensions but in a Pull Request against VS Code. Since this would be a larger Pull Request that requires ongoing discussion.

@bpasero bpasero added quick-pick Quick-pick widget issues and removed workbench labels Nov 16, 2017
@mjbvz
Copy link
Contributor

mjbvz commented May 17, 2018

#49340 tracks a discussion of an improved input API. Please follow up there

@vscodebot
Copy link

vscodebot bot commented Oct 31, 2019

We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code quick-pick Quick-pick widget issues
Projects
None yet
Development

No branches or pull requests

5 participants