atom-react
atom-react copied to clipboard
Tag autocomplete is not working
I added plugging and is working as expected except for the tag autocompletion is there any extra step besides adding plugin to enable it?
Small update it does complete when I close the opening tag, but there are not suggestions shown.
I'm having the same issue. Atom 1.25.0, atom-react 0.18.0. I have restarted Atom. I've tried div, <div,
Same issue here. Stopped when I updated to Atom 1.25.0 and 1.25.1.
Same issue here. On Atom 1.25.1. Thought I was crazy.
I installed using 'apm install react'. Opened up a .js file and tried to write some JSX. Typed in <div but there's no option to autocomplete.
Went into the settings menu, and enabled "Enabled for all JavaScript files" option. Still no luck.
I am facing the same issue with Atom 1.26.0
Same thing here, not working at all on 1.26.1
💔
Also facing the same issue, both on 1.22.1 and 1.27.2. Autoclose works, but no autocomplete. js and jsx files make no difference
I'm in the same boat. This feature is the reason I installed this package.
Same here, doesn't work for javascript or jsx files, also doesn't work on HTML
This is still not working.
Please solve this issue asap. This is a much needed feature. It's the reason why I installed this package.
I found a work around for this issue. Just add the following your keymap.cson
file of atom:
'atom-text-editor[data-grammar~="jsx"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
Make sure you have emmet extension installed in your Atom.
Auto complete is not working for me (Atom Version 1.45.0)!
That emmet workaround doesn't work either.
Still not working