VSCode Extensions

Here is the list of my favorite extensions that I love to use every day for programming.

Extensions:

One Dark Theme

The theme that I use all the time.

CodeSnap

Take screenshots of your code by hitting Cmd+Shift+P on OS X or Ctrl+Shift+P on Windows/Linux.

EsLint

An analysis tool for identifying problematic patterns that are found in JavaScript code, making code more consistent and avoiding bugs.

Prettier

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.

GitHub Copilot

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.

GitLens

An open-source extension for Visual Studio Code, supercharging Git inside VS Code and unlocking untapped knowledge within each repository.

Import Cost

Provides instant feedback upon importing large packages.

Tailwind CSS IntelliSense

Provides help with autocompleted, syntax highlighting, and linting. It also offers suggestions for class names, CSS functions, and directives.

RapidAPI Client

RapidAPI Client is a full-featured HTTP client that lets you test and describes the APIs you build or consume.