atom-react
                                
                                 atom-react copied to clipboard
                                
                                    atom-react copied to clipboard
                            
                            
                            
                        How do I get autocomplete and auto close to work?
I've never been able to get autocomplete to show up and work properly. I'm using the latest version...
Is it possible there is a conflict with some other package preventing it from working? I'm not sure what other information to provide to help get to the bottom of it not working.
+1
Have you selected the JSX grammar on the bottom right corner?

Yes the JSX grammar is selected.
For me autocomplete works but there is no dropdown with list of hints... Atom version: 1.0.11 Atom-react version: 0.12.6
Same here...autocomplete is not working.
Same here
Same here
Same here
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
It's working now. Btw, I was trying to auto-close tag with tab, and that's wrong. You need to type 
Doesn't work for me either. Could it possibly be conflicting with another package?
Not working for me too.
Can't get it to work either
same here
+1 (Fresh install of Atom and this plugin)
Had the same issue. Updating to 0.16.0 and restarting Atom fixed the problem for me.
+1. It's like the most important feature for me. Does it make sense to reinstall Atom?
same here, on latest version also
Work for me, you should type and then it auto-close. Not using enter, or tab, or other
Just type <div> and then it will auto-close <div></div>
Thanks it's really helpful
i had the same issue then renamed by files with extension .jsx and it works great.
this issue is dupe of https://github.com/orktes/atom-react/issues/189
+1
not working for me
I use these solution by @alteredtastes, and it works perfectly.
- uninstall the Language-Javascript-JSX package if it is installed.
- rm -rf ~/.atom/packages/react
- rm -rf ~/.atom/.apm/react
- apm install react
- restart atom
- ensure that Javascript (JSX) is the grammar selected for the file.