Here is a pack of some of my favourite extensions to streamline the Node.js development experience. Enjoy!
- ES Lint - Integrates ESLint into VS Code.
- Import cost - Displays the size of imported packages.
- JavaScript (ES6) Snippets - Adds code snippets for JavaScript development in ES6 syntax.
- NPM IntelliSense - Adds IntelliSense for npm modules in your code.
- Path IntelliSense - Autocompletes filenames in your code.
- Search node_modules - Quickly search for node modules in your project.
- Version Lens - Displays the latest version for each package in the
package.json
- Code Spell Checker - Prevents pesky typos!
- GitHub Copilot - AI-assisted code completions (free for students).
- Intellicode - Quick code suggestions.
- Markdownlint - Ensures a consistent format for all your markdown files.