Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code Symbol View Outline for Javascript [closed]

Is there a tree view like the one the file explorer uses or some other kind of outline for JavaScript symbols in Visual Studio Code?

like image 638
Jorge Londoño Avatar asked Sep 11 '25 20:09

Jorge Londoño


1 Answers

There is no symbols tree view right now, but you can see a list of the symbols in a file by running Go to symbol in file... in the command palette (or cmd+shift+o/ctrl+shift+o).

like image 135
Rob Lourens Avatar answered Sep 13 '25 10:09

Rob Lourens