Expand extended TypeScript interfaces in the "Quick Type Definition" view.

Consider the following view that results from the "Quick Type Definition" action:

This is nice to have, but is it in any way possible to view the full type, i.e. include the properties of the extended interface as well? In our projects we frequently extend interfaces that extend interfaces that extend interfaces... and it would be great if we can have an overview of the "final" type.

Does anybody know if this is possible?

2
1 comment

Unfortunately, it’s not possible at the moment.

Please vote for https://youtrack.jetbrains.com/issue/WEB-61056/Display-Inherited-Properties-Virtually-for-Interface-Definitions to raise its priority and get notified on any progress with it

0

Please sign in to leave a comment.