Skip to content

asvd/atom-react-proptypes-autocomplete

 
 

Repository files navigation

Unmaintaintained. I've switched to VS Code

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

About

*Unmaintained* React proptypes autocomplete+ provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.7%
  • CSS 2.3%