Makes your sub interfaces give you better type informations.
This project is heavily inspired by this video.
When using complex interfaces like Four
,
to figure out what properties does it have, you need to see the definition of its parent interface, of its parent interface, ...
It bothers you so much.
This extension helps you to won't meet this silly situation.
- Shows all type properties of sub interface when you hover on it
- Currently supports
typescript
(.ts) andtypescriptreact
(.tsx)
We welcome your contributions! Feel free to open any issue or PR you think.