Atom package to support HTML in React JavaScript files

Is there a package for the Atom text editor that supports HTML autocomplete when writing in React JavaScript files? thank!

+3


source to share


1 answer


The best would be - https://atom.io/packages/react



  • Syntax highlighting
  • Fragments
  • Automatic padding and folding
  • JSX Reformation
  • Converting HTML to JSX
  • Autocomplete
+7


source







All Articles