Skip to content

This extension will highlight all occurrences of a selected word in the current document and display a glyph on the left margin

Notifications You must be signed in to change notification settings

olegtk/SelectionHighlight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SelectionHighlight

https://marketplace.visualstudio.com/items?itemName=wenquansun.Highlightalloccurrencesofselectedword

This extension will highlight all occurrences of a selected with a mouse or keyboard word in the current document and display a glyph on the left margin.This allows for fast visualization of a specific word used throughout the document, including ones in comments.

Works similar as it was implemented in Notepad++

Steps:

  1. Install the extension and verified that it is enabled in the Tools->Extension Manager.
  2. In the editor window, select a word with a mouse (i.e. by double click) or keyboard.

All occurrences of the word selected should be highlighted in the current document.

I have only modified the manifest file to support Visual studio 2017

reference

https://searchcode.com/codesearch/view/85253654/

About

This extension will highlight all occurrences of a selected word in the current document and display a glyph on the left margin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 72.0%
  • HTML 18.3%
  • CSS 9.7%