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

Allow custom locations/anchors for showInputBox #45869

Closed
eamodio opened this issue Mar 15, 2018 · 2 comments
Closed

Allow custom locations/anchors for showInputBox #45869

eamodio opened this issue Mar 15, 2018 · 2 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
Milestone

Comments

@eamodio
Copy link
Contributor

eamodio commented Mar 15, 2018

Currently the only input box provided by vscode to extensions is via the showInputBox api (not counting the SCM input since AFAIK that isn't accessible for general use). Given some use-cases such as triggering showInputBox from a statusbar item, a command in a custom view, etc — having it only be able to appear top/center of the screen can feel a bit jarring and disconnected. It would be great if there were other options for how to position it.

@jrieken jrieken added feature-request Request for new features or functionality api quick-pick Quick-pick widget issues labels Mar 15, 2018
@bpasero
Copy link
Member

bpasero commented Mar 17, 2018

Related: #29193

@jrieken jrieken added this to the Backlog milestone Jan 13, 2020
@jrieken jrieken added the *out-of-scope Posted issue is not in scope of VS Code label Oct 6, 2020
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

4 participants
@eamodio @bpasero @jrieken and others