View file structure in VS Code

wonder95 picture wonder95 · Apr 5, 2017 · Viewed 16.3k times · Source

One of the features I use frequently in PHPStorm is the Structure window, which shows me my file structure broken down into functions, classes, variables, etc . I'm checking out VS Code, and I don't see an option for that type of window anywhere. Is there a similar window, or other way I can view the structure of my file?

Thanks.

Answer

Excellence Ilesanmi picture Excellence Ilesanmi · Jul 13, 2018

The latest version of VS Code now has "Outline view" shipped in

From their site:

The Outline view is out of preview and now enabled by default.

You can read more about this here:

https://code.visualstudio.com/updates/v1_25#_outline-view