This pack have some usefull extensions for Javascript and Typescript developers. You can find a cool theme in VSCodeThemes
-
Thunder Client - Lightweight Rest API Client for VS Code (Ala Postman).
-
YAML - Provides comprehensive YAML Language support to Visual Studio Code, via the yaml-language-server, with built-in Kubernetes syntax support.
-
Better Comments - The Better Comments extension will help you create more human-friendly comments in your code.
-
Npm Intellisense - Visual Studio Code plugin that autocompletes npm modules in import statements.
-
ESLint - Integrates ESLint into VS Code. If you are new to ESLint check the documentation.
-
GitLens — Git supercharged - GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more.
-
EditorConfig for VS Code - This plugin attempts to override user/workspace settings with settings found in .editorconfig files. No additional or vscode-specific files are required. As with any EditorConfig plugin, if root=true is not specified, EditorConfig will continue to look for an .editorconfig file outside of the project.
-
Prettier - Code formatter - Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
-
Babel JavaScript - JavaScript syntax highlighting for ES201x, React JSX, Flow and GraphQL.
-
DotENV - VSCode .env syntax highlighting.
-
Docker - The Docker extension makes it easy to build, manage, and deploy containerized applications from Visual Studio Code. It also provides one-click debugging of Node.js, Python, and .NET Core inside a container.
-
JavaScript and TypeScript Nightly - VS Code extension that enables the nightly build of TypeScript (typescript@next) as VS Code's built-in TypeScript version used to power JavaScript and TypeScript IntelliSense.
-
indent-rainbow - This extension colorizes the indentation in front of your text alternating four different colors on each step. Some may find it helpful in writing code for Nim or Python.
-
Material Icon Theme - Get the Material Design icons into your VS Code.
-
TypeScript Hero - TypeScript Hero is a vscode extension that makes your life easier. When you are coding a lot of TypeScript you may want vscode to organize your imports.
-
Visual Studio IntelliCode - The Visual Studio IntelliCode extension provides AI-assisted development features for Python, TypeScript/JavaScript and Java developers in Visual Studio Code, with insights based on understanding your code context combined with machine learning.