View Class Hierachy in VS Code

Does VS Code inherently come with any tool other than Ctrl+Shift+O to view the entire class hierarchy within a project? Think similar to a Visual Studio solution or Eclipse project.

I've looked around the VS Code extension marketplace and have not seen one. It would be very useful to see this kind of tree for a TypeScript based project instead of seeing just the imports from a particular .ts file

If anyone knows of one, please share!


Solution 1:

If you're in the Explorer, the built-in OUTLINE view does exactly this. I am apparently not paying attention.