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.
- 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
https://marketplace.visualstudio.com/items?itemName=xucongli1989.highlight-icemode-select
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.