Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code block structure highlighting extension for Visual Studio Code

Please,

Does anyone know an extension for Visual Studio Code that highlight code blocks ( for Javascript and HTML ) as in the image ?

Thank you

Example

like image 632
GCoe Avatar asked Jul 10 '16 22:07

GCoe


1 Answers

  1. Install the latest version of VS Code (1.3.0)
  2. Edit your User or Workspace settings.json.
  3. Add "editor.renderIndentGuides": true
like image 196
seairth Avatar answered Jan 04 '23 03:01

seairth