Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>React PropTypes IntellisenseNew to Visual Studio Code? Get it now.
React PropTypes Intellisense

React PropTypes Intellisense

Of Human Bondage

|
186,733 installs
| (7) | Free
PropTypes intellisense for React components
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

React Proptypes Intellisense README

Build Status Build status codecov

Features

The extension finds React PropTypes and adds them to the suggestion list.

react-proptypes-intellisense

It works for all implementations of the "PropTypes" feature, i.e. static propTypes, proptypes from a prototype, etc.

Problems

If the extension doesn't work try to configure jsconfig.json.

Your imports have to be resolved to work with this extension:

{
    "compilerOptions": {
        "jsx": "react",
        "baseUrl": "./src/js"
    }
}

"baseUrl" - base directory to resolve imports

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft