is there any way (native or extension) in VS Code to see class inheritance hierarchy of some class in Typescript?
Something like Type Hierarchy view for Java classes in Eclipse?
Thanx
is there any way (native or extension) in VS Code to see class inheritance hierarchy of some class in Typescript?
Something like Type Hierarchy view for Java classes in Eclipse?
Thanx
I don't know about Visual Studio extension, but if UML diagram is also an option, you can try
TypeScript Explorer is an extension which is just in Preview version (v0.4.2) just now, but, does seems to do a good job of displaying the full type hierarchy when you select a particular type in the Editor window.
You can install it through the Extensions marketplace in VSCode by searching for: "TypeScript Explorer"
This question has been answered in How to generate TypeScript UML class diagrams?.
There is a VSCode extension you can use:
© 2022 - 2025 — McMap. All rights reserved.