Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 845 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 845 Bytes

What's this

This is a highlight select words plugin for Visual Studio Code.It's very useful when you are reading code.

Current project you see, is based on highlight-icemode

Thanks for original author.

My Changes

  • Whole English chars , underlines and numbers use exact match
  • Ignore whitespace in start of chars or end of chars
  • Highlight all visible document editors together
  • Highlight selected text with ignore case

Install

https://marketplace.visualstudio.com/items?itemName=xucongli1989.highlight-icemode-select

Preview

priview


Outstanding problem

I cannot get the fold flag when the chars in the block like // #region ...,because the plugin should highlight the folder flag when the chars exist in the hidden block.