Visual Studio Code

  • Write, debug, and document your code
  • source control management
  • built-in terminal
  • Customizable and extensible
  • Free, cross-platform, and open-source

VS Code Extensions for JavaScript Developers

  • ESLint
    • Find and fix problems in your JavaScript code before it hits production
  • Prettier:
    • Automatic code formatter, so you don’t have to care about that extra space
  • JavaScript (ES6) code snippets
    • Avoid redundant typing with shortcuts to most used code fragments

Node.js