项目作者: of-human-bondage

项目描述 :
VS Code extension for React PropTypes IntelliSense
高级语言: TypeScript
项目地址: git://github.com/of-human-bondage/react-proptypes-intellisense.git
创建时间: 2018-02-15T19:45:14Z
项目社区:https://github.com/of-human-bondage/react-proptypes-intellisense

开源协议:MIT License

下载


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:

  1. {
  2. "compilerOptions": {
  3. "jsx": "react",
  4. "baseUrl": "./src/js"
  5. }
  6. }

“baseUrl” - base directory to resolve imports