How to get VS Code to suggest props and show types/descriptions?

Viewed 350

I noticed that when I install third party React packages, prop suggestion works right out of the box:

enter image description here

Yet when I create my own components and put jsdoc style comments above each PropType, it doesn't work. Is there some way I can add these suggestions to my own components?

0 Answers
Related