DEV Community

Discussion on: Why I struggle with Node

 
grahamcox82 profile image
Graham Cox

Good question. I've actually moved away from Atom to VS Code these days, but my Atom Plugin list that make sense for Node related stuff is:

  • atom-import-sort
  • atom-lupa
  • babel-react-syntax
  • build-grunt
  • colorful-json
  • es6-javascript
  • js-hyperclick
  • language-babel
  • language-javascript-jsx
  • linter-eslint
  • linter-package-json-validator
  • npm-helper
  • npm-plus

There's plenty of other plugins that are useful as well, for things like Git and the Minimap, but they aren't Node specific.