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.

additional options for `editor.selectionHighlight`

See original GitHub issue
  • VSCode Version: 1.2.1
  • OS Version: OS X 10.11.4

Having the current word highlighted is convenient, but too distracting when moving around and accidentally leaving the cursor on a keyword (e.g. let .. in in OCaml). Turning it off, one has to fall back to search and lose the previous results.

Maybe it would make sense to introduce options to:

  1. only highlight if a whole word is selected (i.e. e.g. with a double click)
  2. only highlight non-keyword words
  3. only highlight identifiers

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:14
  • Comments:13

github_iconTop GitHub Comments

3reactions
andreagualandicommented, Mar 20, 2017

+1

2reactions
leegenescommented, Sep 3, 2019

+1 needed to disable this because highlighting all matches of a single character is just too distracting to justify having it on for the useful cases

Read more comments on GitHub >

github_iconTop Results From Across the Web

VS Code Setting: editor.selectionHighlight - YouTube
Learn more. Switch camera. Share. Include playlist ... VS Code Settings. VS Code Setting: editor. selectionHighlight. 158 views 3 years ago.
Read more >
Change highlight text color in Visual Studio Code
Settings Editor. In the search box at top, paste-in workbench.colorCustomizations. On the left, click Workbench and ...
Read more >
IEditorOptions | Monaco Editor API - Microsoft Open Source
Configuration options for the editor. ... The modifier to be used to add multiple cursors with the mouse. Defaults to 'alt' ... Optional...
Read more >
Basic Editing in Visual Studio Code
For more control over Auto Save , open User or Workspace settings and find the associated settings: files.autoSave : Can have the values:...
Read more >
Recommended Settings - Dart Code - Dart & Flutter support ...
You can set copy these from the JSON to your VS Code User Settings or by run ... "editor.selectionHighlight": false, // By default,...
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