Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Atom package for HTML support in React JavaScript files

is there a package for Atom text editor that supports HTML autocompletion when writing in React JavaScript files? thanks!

like image 973
Julian Samarjiev Avatar asked Mar 16 '23 12:03

Julian Samarjiev


1 Answers

UPDATE: This is a five year old answer. While still fairly popular, you might find https://atom.io/packages/language-babel to be a solid improvement.

Your best bet is going to be - https://atom.io/packages/react

  • Syntax highlighting
  • Snippets
  • Automatic indentation and folding
  • JSX Reformatting
  • HTML to JSX conversion
  • Autocomplete
like image 93
Kelly J Andrews Avatar answered Mar 26 '23 01:03

Kelly J Andrews