Reputation: 1357
When interfaces are shown in VSCode I am able to see the number of references of every single property of the interface.
But if I convert that interface into a Type, the references are not shown anymore.
The same problem occurs with every Type, these screenshots are just an example of something that happens to me with every single Type. Is it possible to show the property reference count in Typescript Types the same way they are shown in Interfaces in VSCode?
Upvotes: 1
Views: 392