This package provides the following services:
Atom React PropTypes Autocomplete
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