Skip to content

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

Notifications You must be signed in to change notification settings

xucongli1989/highlight-icemode

 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%