Collection of Popular VS Code extensions for Node.js development and building DevOps pipelines using GitLab, Kubernetes, Helm, Gitlab CI Linter.
- REST Client - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.
- Elasticsearch for VSCode - Elasticsearch client like Kibana console for vscode
- git-autoconfig - Automatic git config
user.email
anduser.name
setting for vscode - GitLab Workflow - GitLab VSCode integration
- Better Comments - Improve your code commenting by annotating with alert, informational, TODOs, and more!
- Surround - A simple yet powerful extension to add wrapper templates around your code blocks.
- DotEnv - Support for dotenv file syntax
- EditorConfig - EditorConfig Support for Visual Studio Code, used
- Prettier - VS Code plugin for prettier/prettier
- ESLint - Integrates ESLint into VS Code.
- npm - Run npm scripts from the command palatte and validate the installed modules defined in
package.json
. - Search node_modules - Quickly search for node modules in your project.
- NPM IntelliSense - Adds IntelliSense for npm modules in your code.
- Path IntelliSense - Autocompletes filenames in your code.
- Docker - Adds syntax highlighting, commands, hover tips, and linting for Dockerfile and docker-compose files.
Remove trabpukcip.vscode-npm-scripts cause this same functionality is now built in to vscode.
Remove mquandalle.graphql, wholroyd.hcl, shanoor.vscode-nginx extensions because they are not maintained actively anymore.
Remove dudash.openshift-vscode-extension extension that is marked as depracated.
Update publisher name for vscode-icons icons pack to vscode-icons-team.
Remove dzannotti.vscode-babel-coloring due to a bunch of issues that introduced by this extension.
Replace mostafa.change-case extension with wmaurer.change-case that has more installs from VS Marketplace.
Fix Gitlab Workflow extension's name, now it points to gitlab.gitlab-workflow
Add more useful extensions 😋
- REST Client - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.
- Elasticsearch for VSCode - Elasticsearch client like Kibana console for vscode
Enjoy!