Here is the list of my favorite extensions that I love to use every day for programming.
The theme that I use all the time.
Take screenshots of your code by hitting Cmd+Shift+P on OS X or Ctrl+Shift+P on Windows/Linux.
An analysis tool for identifying problematic patterns that are found in JavaScript code, making code more consistent and avoiding bugs.
An opinionated code formatter that 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.
An AI pair programmer that helps you write code faster and with less work. GitHub Copilot draws context from comments and code, and suggests individual lines and whole functions instantly.
An open-source extension for Visual Studio Code, supercharging Git inside VS Code and unlocking untapped knowledge within each repository.
Provides instant feedback upon importing large packages.
Provides help with autocompleted, syntax highlighting, and linting. It also offers suggestions for class names, CSS functions, and directives.
RapidAPI Client is a full-featured HTTP client that lets you test and describes the APIs you build or consume.