atom-react-autocomplete
atom-react-autocomplete copied to clipboard
(Deprecated/Maintainer wanted) Atom Plugin for autocompleting react components & their props
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.28.1 x64 **Electron**: 2.0.4 **OS**: Microsoft Windows 10 Pro **Thrown From**: [atom-react-autocomplete](https://github.com/DavidWells/atom-react-autocomplete) package 0.1.10 ### Stack Trace Uncaught SyntaxError: Unexpected token...
It's a great idea but for me it doesn’t work and I can’t figure out why not. I’m on: Atom 1.13.0 x64 on macOS Sierra 10.12.2 https://atom.io/packages/react 0.16.2 https://atom.io/packages/atom-react-autocomplete 0.1.10...
I have a Wrapper component that wraps another component and needs to expose its propTypes up the chain, so I was trying something like this: `TextInput.propTypes = { ...WrappedComponent.propTypes }`...
-----------error---------- no such file or directory, open 'D:\atomworkspace\bdzbapp\node_modules\react-autocomplete-cli\react-doc-gen-output.json' -----------error---------- windows Env,can't find json file.when run "npm run generate"
is typescript .tsx supported? i tried the following.. .importjs.json ``` { "lookupPaths": [ "testing/**/*.tsx" ] } ``` and the generated completions.json looks like this.. ``` { "components": { "description": {},...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.9.8 **System**: Mac OS X 10.11.6 **Thrown From**: [atom-react-autocomplete](https://github.com/DavidWells/atom-react-autocomplete) package, v0.1.10 ### Stack Trace Failed to activate the atom-react-autocomplete...
I followed the repo's README steps, and even collaborated with the README from the cli package, as well as checking the code itself to complete the step of generating the...
EDIT: Repeated the same steps, but the problem is no longer there. I have no idea as to why, though. I followed the steps of the readme, but I can't...
I've been through so many auto-completion plugins in the past year for React/JSX, and when I see a new one like this, which offers what it does, and helps replace...
I haven't dug into how this works too much but it's not matching me in a jsx file when I type: ``` renderThing() { return