Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Document outline in VS Code

I've seen that Atom has a HTML document outline extension which seems to give you a good picture of your semantic HTML. Is there an equivalent in VS Code?

like image 618
Fred Small Avatar asked May 18 '17 15:05

Fred Small


1 Answers

VSCode has a built-in outline view as of 1.25.0 (June 2018). There are two ways to open it:

  • View → Open View... → Outline
  • Run the Explorer: Focus on Outline view command

Currently the location is restricted to the file explorer, but there are plans to make it more flexible.

like image 96
Gama11 Avatar answered Oct 01 '22 16:10

Gama11