Skip to content
/ focus Public
forked from quantum-li/focus

A vscode extension that help to highlight lines which you focus on.

License

Notifications You must be signed in to change notification settings

yedane/focus

 
 

Repository files navigation

Focus

Marketplace Version Installs Rating

Highlight code lines/code blcok what you are focus on.

Usage

Features

  • Highlight current line.
  • Highlight fixed configuration numbers of lines.
  • Highlight lines by indent.
  • Highlight code block.

Usages

  • Just install it.
  • We provide commands and statusbar button that help you quickly change level.

Usage

Configuration

Set the level by json or UI:

"focus.highlightRange":"line"   //Highlight current line
"focus.highlightRange":"block"  //Highlight code block which range by `{` and `}`
"focus.highlightRange":"indent" //Highlight lines by indent
"focus.highlightRange":"fixed"  //Highlight line counts by configuration

When the level set to fixed,configurate how many line to highlight:

"focus.highlightLines":5

Configurate opacity:

"focus.opacity":0.7 //number between (0,1)

Usage

Change Log

See Change Log here

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repo and submit pull requests.

About

A vscode extension that help to highlight lines which you focus on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%