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

Quick open: configuring a prefix selects it all #100584

Closed
bpasero opened this issue Jun 19, 2020 · 0 comments
Closed

Quick open: configuring a prefix selects it all #100584

bpasero opened this issue Jun 19, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders quick-pick Quick-pick widget issues verified Verification succeeded
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Jun 19, 2020

Configure a prefix for bringing up quick open, e.g.:

{
	"key": "cmd+7",
	"command": "workbench.action.quickOpen",
	"args": "@:"
}

Type it and notice how the @ is selected. In this case though the cursor should really be at the end of the prefix.

@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug quick-pick Quick-pick widget issues labels Jun 19, 2020
@bpasero bpasero added this to the June 2020 milestone Jun 19, 2020
@bpasero bpasero self-assigned this Jun 19, 2020
@RMacfarlane RMacfarlane added the verified Verification succeeded label Jul 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders quick-pick Quick-pick widget issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants
@bpasero @RMacfarlane and others