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 outline: Preserve symbol choice (@ vs @:) #100573

Closed
Menelion opened this issue Jun 19, 2020 · 6 comments
Closed

Quick outline: Preserve symbol choice (@ vs @:) #100573

Menelion opened this issue Jun 19, 2020 · 6 comments
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues

Comments

@Menelion
Copy link

In Outline view, I'd like to have my chosen symbols preserved when I reopen the view (see below.

Steps to Reproduce:

  1. Open a project, folder or file in VS Code Insiders.
  2. Press Ctrl+Shift+O to open the Outline view.
  3. Note that there is an @ character already in the edit box. Add a :, i.e., make it @: to skim through the symbols in the code.
  4. Close the view by pressing the Escape key.
  5. Press Ctrl+Shift+O again.

Actual Result: There is a lonely @ character again.
Expected Result: @: should be preserved from the last input.

@bpasero
Copy link
Member

bpasero commented Jun 19, 2020

As a workaround, you can configure a keybinding to bring @: up:

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

There is a bug currently where the : gets selected, but I pushed a fix in #100584

@bpasero bpasero added feature-request Request for new features or functionality quick-pick Quick-pick widget issues labels Jun 19, 2020
@bpasero bpasero removed their assignment Jun 19, 2020
@bpasero bpasero changed the title Outline view: Preserve symbol choice Quick outline: Preserve symbol choice (@ vs @:) Jun 19, 2020
@Menelion
Copy link
Author

@bpasero Thanks. May I also ask a (somewhat) relevant question: are there any more special characters there like @ or @:? If not, are they planned? Thanks!

@bpasero
Copy link
Member

bpasero commented Jun 20, 2020

If you type ? into the input field you can see the list of available symbols.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues
Projects
None yet
Development

No branches or pull requests

4 participants
@Menelion @bpasero @jrieken and others