Skip to main content

View all available properties of a Typescript React component in VSCode

1 min read

When working with a new React library or component, I'm often wondering what properties are available to me. This is especially true when working with Typescript and the types are either generated or a rabithole of clicks as the exported types inherit from a maze of other types.

In VSCode, I can view all available properties of a component by hovering over the component and pressing Ctrl + Space. This will show me all available properties and their types.

ctrl-space

© 2021 by Madole.
GitHub Repository
Last build: 1731364498764