borela / naomi

Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Other
557 stars 20 forks source link

Emmet not working anymore #258

Open h0jeZvgoxFepBQ2C opened 3 years ago

h0jeZvgoxFepBQ2C commented 3 years ago

I dunno what got updated today, but right now emmet is not working anymore for jsx files?

kevinleguillou commented 3 years ago

Emmet changed a lot of things recently, you need to start your tag with < to trigger the autocompletion.

https://github.com/emmetio/emmet#extract-abbreviation-with-custom-prefix https://github.com/emmetio/sublime-text-plugin#jsx-support

Eventually we will be able to disable that behavior.