Julian Samarjiev
Julian Samarjiev

Reputation: 499

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!

Upvotes: 4

Views: 4197

Answers (1)

Kelly J Andrews
Kelly J Andrews

Reputation: 5111

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

Upvotes: 7

Related Questions