atom-react-proptypes-autocomplete

Autocomplete+ provider for React PropTypes - no setup required

Dan Green-Leipciger

2,688

1

0.2.2

MIT

GitHub

This package provides the following services:

Atom React PropTypes Autocomplete

Build Status on CircleCI

Demo

Autocomplete proptypes demo

About

No setup is required.

This is a provider for autocomplete+ that uses react docgen to come to autocomplete react components.

Currently, this only works with local imports, in the form

 import { Foo } from '../Foo';
 import Bar from './Bar';

It will discover .js and .jsx files. If the import path is a directory, it will look in it for an index.js or index.jsx file

Issues

If you have any issues, please don't hesitate to open an issue on GitHub