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
You can invoke command "TypeScript Class Organizer: Organize Current File" by using the shortcut Ctr + Shift + O. You can change the shortcut by assigning a different shortcut to command "tsco. organize".
TypeScript supportBy default, Visual Studio 2022 provides language support for JavaScript and TypeScript files to power IntelliSense without any specific project configuration. For compiling TypeScript, Visual Studio gives you the flexibility to choose which version of TypeScript to use on a per-project basis.
I don't know about Visual Studio extension, but if UML diagram is also an option, you can try
TypeScript UML Playground
Sample result of Raytracer program
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With