Skip to content

of-human-bondage/react-proptypes-intellisense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

821d0d6 · Aug 15, 2018
Jun 6, 2018
Jun 14, 2018
Jun 22, 2018
Aug 15, 2018
Jun 22, 2018
Jun 17, 2018
Mar 25, 2018
Mar 25, 2018
May 19, 2018
Aug 15, 2018
May 4, 2018
May 4, 2018
Mar 11, 2018
Jun 6, 2018
Jun 7, 2018
Mar 18, 2018
Mar 25, 2018
Jun 24, 2018
Aug 15, 2018
Mar 25, 2018
Feb 15, 2018
Feb 14, 2018

Repository files navigation

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