question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Select all symbol highlights

See original GitHub issue

VS Code provides commands to navigate between (next/previous) “symbol highlights”. However, there is no command to select all symbol highlights.

This is not the same as “Select All Occurrences of Find Match” because that might select too many things. For example:

type Foo = {}
const Foo: Foo = {}
Foo;

In this example we only want to select the type declaration and annotation:

image

… but “Select All Occurrences of Find Match” would also select the const declaration and reference:

image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ziming-gcommented, Dec 1, 2022

@OliverJAsh @jrieken Done! Since multiple squiggles don’t appear to be counted as the same symbol, this doesn’t work with squiggles unless we make a special case for it. 2022-12-01 12-14-22 PR coming soon.

1reaction
keremgocencommented, May 4, 2021

anyone working on this? I’d like to give it a go if not

Read more comments on GitHub >

github_iconTop Results From Across the Web

1139 Select All Symbol Images, Stock Photos & Vectors
Find Select All Symbol stock images in HD and millions of other royalty-free stock photos, illustrations and vectors in the Shutterstock collection.
Read more >
How to Highlight or Select Text - Computer Hope
To highlight all text (entire document), move the mouse pointer to the top-left portion of the document area, and when it turns into...
Read more >
4 Ways to Select All - wikiHow
1. Press Control+A on the keyboard. This fast keyboard shortcut will select all selectable items on the active window or page. For example,...
Read more >
Selecting Icons - Windows Vista Annoyances [Book] - O'Reilly
▸ Select all. Highlight all of the icons in a window by choosing Organize→Select All. (Or press Ctrl+A, its keyboard equivalent.).
Read more >
How to Select All in Word (6 Ways with Shortcuts)
To select all from the cursor to the beginning of the document, position the cursor where you want to start the selection and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found