← Back to Awesome

Sections

Visual Studio Code

GitHub repository ↗ synced 2026/8/9

A curated list of delightful Visual Studio Code
packages and resources. For more awesomeness, check
out awesome.



Table of Contents

  • Migrating from Vim
  • Migrating from Atom
  • Migrating from Sublime Text
  • Migrating from Visual Studio
  • Migrating from Intellij IDEA
  • Migrating from Xcode
  • Camel Humps
  • 1C
  • AutoHotkey
    • AutoHotkey Plus
  • Bash
    • Bash IDE
    • Bash Debug
    • Shellman
  • C++
    • More
  • C#, ASP .NET and .NET Core
  • Clojure
    • Calva
  • CSS
    • CSS Peek
  • Go
  • Groovy
  • Haskell
  • HLSL
  • Shell
  • Java
  • JavaScript
    • Linters
    • Framework-specific
    • Debugger for Chrome
    • Facebook Flow
    • TypeScript
  • MATLAB
  • Markdown
    • markdownlint
    • Markdown All in One
    • Markdown Emoji
    • MEO
  • PHP
    • PHP Tools
    • IntelliSense
    • Laravel
    • Twig
    • Smarty
      • Smarty Template Support
    • Other extensions
    • Read more
  • POV-Ray
  • Python
    • TensorFlow
  • ReasonML
  • Ruby
  • Rust
  • Terraform
  • GitHub Pull Requests and Issues
  • GistPad
  • GitHub Actions
  • GitHub Repositories
  • GitHub Pull Request Monitor
  • ARM Template Viewer
  • Azure Cosmos DB
  • Azure IoT Toolkit
  • Bookmarks
  • Microsoft Edge Tools
  • Color Tabs
  • Create tests
  • Dendron
  • Duplicate Action
  • Error Lens
  • Toggle
  • ES7 React/Redux/GraphQL/React-Native snippets
    • Gi
  • Git History
  • Git Project Manager
  • GitLink
  • GitLens
  • GitLab Workflow
    • Gradle Tasks
  • Icon Fonts
  • Import Cost
  • Jira and Bitbucket
  • Find-Jump
  • Kanban
  • Live Server
  • Clipboard Manager
  • ngrok for VSCode
  • Dotnet Core Test Explorer
  • i18n Ally
  • Instant Markdown
  • npm Intellisense
  • Parameter Hints
  • Partial Diff
    • Paste JSON as Code
  • Path Autocomplete
  • Path IntelliSense
  • Power Tools
  • PrintCode
  • Project Manager
  • Project Dashboard
  • Rainbow CSV
  • Remote Development
  • REST Client
  • Text Power Tools
  • Todo Tree
  • Toggle Quotes
  • Typescript Destructure
  • WakaTime
  • Timing
  • httpYac
  • DevDb
  • Keploy
  • SemanticDiff
  • Trunk
  • Peacock
  • GitHub Copilot
  • Better Align
  • Auto Rename Tag
  • html2pug
  • Paste and Indent
  • Sort Lines
  • Surround
  • Wrap Selection
  • Formatting Toggle
  • shell-format
  • Vscode Google Translate
  • Explorer Icons
    • City Lights Icons
    • VSCode Icons
    • Seti Icons
    • Material Icon Theme
  • CodeRoad
  • Code Runner
  • Code Time
  • Color Highlight
  • Output Colorizer
  • Dash
  • Edit with Shell Command
  • Editor Config for VS Code
  • SFTP
  • Highlight JSX/HTML tags
  • Indent Rainbow
  • iTerm2 Theme Sync
  • Password Generator
  • PlatformIO IDE
  • Polacode
  • carbon-now-sh
  • Quokka
  • Runner
  • SVG
  • Text Marker (Highlighter)
  • Interface generator
  • JFrog
  • SARIF Explorer
  • Document Viewer
  • UI
  • Syntax
    • 2077 theme by Endormi
    • An Old Hope Theme by Dustin Sanders
    • Ariake Dark by wart
    • Atom One Dark Theme by Mahmoud Ali
    • Atomize by emroussel
    • Ayu by teabyii
    • Borealis Theme by Alexander Eckert
    • Captain Sweetheart by ultradracula
    • City Lights by Yummygum
    • Cobalt2 Theme Official by Wes Bos
    • Dracula Official by Dracula Theme
    • Edge by Bogdan Lazar
    • Eva Theme by fisheva
    • Fairy Floss by nopjmp and sailorhg
    • GitHub Theme by Thomas Pink
    • Jellybeans Theme by Dimitar Nonov
    • Material Palenight Theme by whizkydee
    • Material Theme by Mattia Astorino
    • Mno by u29dc
    • Omni by Rocketseat
    • One Monokai by azemoh
    • Monokai Pro by monokai (commercial)
    • Night Owl by Sarah Drasner
    • Plastic by Will Stone
    • Nord by arcticicestudio
    • Rainglow by Dayle Rees
    • Relaxed Theme by Michael Kühnel
    • Shades of Purple by Ahmad Awais
    • Slime Theme by smlombardi
    • Niketa Theme by Dejan Toteff
  • Documentation
  • Libraries
  • Tools
  • Visual Studio Code Power User Course (commercial)

Official

  • Source code on GitHub

Syntax

Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format.

  • Pascal, or OmniPascal (only for Windows)

Migrating from other editors

The VSCode team provides keymaps from popular editors, making the transition to VSCode almost seamless and easy.

[Migrating from Vim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim)

Vim Mode - The most popular Vim emulation for VS Code: modal editing, motions, and support for many popular Vim plugins.

[Migrating from Atom](https://marketplace.visualstudio.com/items?itemName=ms-vscode.atom-keybindings)

Popular Atom key bindings for Visual Studio Code

[Migrating from Sublime Text](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings)

Popular Sublime Text key bindings for VS Code.

[Migrating from Visual Studio](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vs-keybindings)

Popular Visual Studio key bindings for VS Code.

[Migrating from Intellij IDEA](https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings)

Popular Intellij IDEA key bindings for VS Code.

[Migrating from Xcode](https://marketplace.visualstudio.com/items?itemName=stevemoser.xcode-keybindings)

Popular Xcode key bindings for VS Code.

[Camel Humps](https://www.damirscorner.com/blog/posts/20190726-CamelHumpsNavigationInVsCode.html)

Like with Visual Studio and Resharper or Intellij IDEA

Using VS Code with particular technologies

Microsoft created a collection of recipes for using VS Code with particular technologies (mostly Web).

Make sure to visit it at Microsoft/vscode-recipes

Lint and IntelliSense

In case the awesome nirvana that is linting has not yet been unleashed upon you:

lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written in any computer language.

Unlike some other editors, VS Code supports IntelliSense, linting, outline out-of-the-box and doesn't require any separate extension to run linter packages. Some linters are already integrated in VS Code, you can find the full list in the official documentation, Languages section.

1C

1C/OScript

rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang

AutoHotkey

[AutoHotkey Plus](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-autohotkey-plus)

Syntax Highlighting, Snippets, Go to Definition, Signature helper and Code formatter

Bash

[Bash IDE](https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode)

A language server for Bash

[Bash Debug](https://marketplace.visualstudio.com/items?itemName=rogalmic.bash-debug)

A debugger extension for Bash scripts based on bashdb

Bash Debug

[Shellman](https://marketplace.visualstudio.com/items?itemName=Remisa.shellman)

Bash script snippets extension

Shellman

C++

C/C++

C/C++ IntelliSense, debugging and code browsing by [Microsoft](https://www.microsoft.com); see the [official docs](https://code.visualstudio.com/docs/languages/cpp)

Clangd

Provides C/C++ language IDE features for VS Code using clangd: code completion, compile errors and warnings, go-to-definition and cross references, include management, code formatting, simple refactorings.

gnu-global-tags

Provide Intellisense for C/C++ with the help of the GNU Global tool.

Microsoft's tutorial on using VSCode for remote C/C++ development

More

C\#, ASP .NET and .NET Core

C#

C# extension by [Microsoft](https://www.microsoft.com), read [official documentation](https://code.visualstudio.com/docs/languages/csharp) for the details

C# Extensions

Provides extensions to the IDE that will speed up your development workflow.

MSBuild Project Tools
VSCode Solution Explorer
.NET Core Test Explorer

.NET Core Test Explorer

Clojure

[Calva](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva)

Integrated REPL, linting, inline eval, test runner, and more. Powered by Cider & nRepl.

Calva

CSS

[CSS Peek](https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek)

stylelint

Lint CSS/SCSS.

Tailwind CSS IntelliSense

Autocomplete, linting and hover previews for Tailwind CSS.

Autoprefixer
Intellisense for CSS class names

Provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace. Also supports React's className attribute.

Peek or Jump to a CSS definition directly from HTML, just like in Brackets!

CSS Peek

Parse CSS,SCSS, LESS and add vendor prefixes automatically.
Autoprefixer

Intellisense CSS class names

Go

Go

Rich language support for the Go language.

Groovy

VsCode Groovy Lint

Groovy lint, format, prettify and auto-fix

VsCode Groovy Lint

Haskell

Haskell

Official Haskell support powered by the Haskell Language Server (HLS); supersedes the former Haskell IDE Engine and haskell-linter.

HLSL

HLSL Tools

provides rich language support for editing HLSL files in VS Code

Example of statement completion using HLSL Tools for VS Code

Shell

autocomplate-shell

Java

Language Support for Java(TM) by Red Hat
Debugger for Java
Maven for Java
Lombok

JavaScript

TS/JS postfix completion
Babel JavaScript
Visual Studio IntelliCode

This extension provides AI-assisted development features including autocomplete and other insights based on understanding your code context.

TS/JS postfix completion demo

Visual Studio IntelliCode

See the difference between these two here

Linters

eslint

Linter for [eslint](https://eslint.org/).

XO

Linter for [XO](https://github.com/xojs/xo).

AVA

Snippets for [AVA](https://github.com/avajs/ava).

Prettier

Opinionated code formatter for [Prettier](https://github.com/prettier/prettier-vscode).

Code Spell Checker

Spelling Checker for Visual Studio Code (English). Also supports other languages via external extensions.

Schema.org Snippets

Snippets for [Schema.org](https://schema.org/).

Framework-specific

Vue - Official

Official Vue language support (Volar). Supersedes Vetur, which is now in maintenance mode.

[Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)

⚠️ Deprecated — debugging JavaScript in Chrome/Edge is now built into VS Code via the bundled JavaScript Debugger, so this extension is no longer needed.

Facebook Flow

Flow Language Support

provides all the functionality you would expect — linting, intellisense, type tooltips and click-to-definition

vscode-flow-ide

an alternative Flowtype extension for Visual Studio Code

TypeScript

  • TSLint reached end-of-life in 2019 — use ESLint with typescript-eslint to lint TypeScript.

[MATLAB](https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab)

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.

Without MATLAB installed:

  • Syntax highlighting
  • Code snippets
  • Commenting
  • Code folding

Without MATLAB Installed

With MATLAB installed:

  • Automatic code completion
  • Source code formatting (document formatting)
  • Code navigation
  • Code analysis, such as continuous code checking and automatic fixes

MATLAB Installed

Markdown

[markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)

Linter for markdownlint.

[Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)

All-in-one markdown plugin (keyboard shortcuts, table of contents, auto preview, list editing and more)

Markdown All in One

[Markdown Emoji](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-emoji)

Adds emoji syntax support to VS Code's built-in Markdown preview

Markdown Emoji

[MEO](https://marketplace.visualstudio.com/items?itemName=vadimmelnicuk.meo)

A markdown editor with a single-tab live/source toggle for distraction-free writing.

PHP

[PHP Tools](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.phptools-vscode)

Rich language support for the PHP language: linting, debugging, intellisense, auto-completion, code formatting, refactoring, unit testing, profiling, and more.

PHP Tools Intellisense demo screenshot

IntelliSense

PHP Intelephense

The de-facto standard PHP language server: autocompletion, diagnostics, go-to-definition and more. (The former PHP IntelliSense by felixfbecker is deprecated.)

Laravel

Laravel 5 Snippets

Laravel 5 snippets for Visual Studio Code

Laravel Blade Snippets

Laravel blade snippets and syntax highlight support

Laravel Model Snippets

Quickly get models up and running with Laravel Model Snippets.

Laravel Artisan

Laravel Artisan commands within Visual Studio Code

DotENV

Support for dotenv file syntax

Laravel Pint

Run and configure Laravel Pint, the opinionated PHP code-style fixer for Laravel.

Laravel blade snippets and syntax highlight support animation

Laravel Model Snippets animation

Laravel Artisan commands within Visual Studio Code animation

Support for dotenv file syntax screenshot

Twig

Twig Language 2

To enable Emmet support in .twig files, you'll need to have the following in your settings:

{
  "emmet.includeLanguages": {
    "twig": "html"
  }
}

Smarty

Smarty Template Support

Smarty template support with formatting, folding, snippets, syntax highlighting and more.

Smarty Template Support

Other extensions

Format HTML in PHP

Formatting for the HTML in PHP files. Runs before the save action so you can still have a PHP formatter.

Composer
PHP Create Class

Create PHP classes, interfaces, traits and enums from the context menu.

PHP Debug

XDebug extension for Visual Studio Code

PHP DocBlocker
php cs fixer

PHP CS Fixer extension for VS Code, php formatter, php code beautify tool

phpcs

PHP CodeSniffer for Visual Studio Code

phpfmt

phpfmt for Visual Studio Code

Format HTML in PHP

Read more

Configuring Visual Studio Code for Drupal

POV-Ray

POV-Ray

Persistence of Vision Ray Tracer (POV-Ray) Extension, includes Syntax Highlighting and Snippets for common POV-Ray scene elements, Render the current scene from within Visual Studio Code

Animated GIF of POV-Ray in Visual Studio Code

Python

Python

Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.

TensorFlow

TensorFlow Snippets

This extension includes a set of useful code snippets for developing TensorFlow models in Visual Studio Code.

ReasonML

ReasonML

Intellisense, code formatting, refactoring, code lens and more

Ruby

endwise

Automatically add `end` to Ruby code blocks as you type.

Rust

rust-analyzer

Linting, auto-completion, code formatting, snippets and more

Terraform

Terraform

Syntax highlighting, linting, formatting, and validation for Hashicorp's Terraform

GitHub

[GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github)

Review and manage GitHub pull requests and issues

[GistPad](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gistfs)

Allows you to manage GitHub Gists entirely within the editor. You can open, create, delete, fork, star and clone gists, and then seamlessly begin editing files as if they were local. It's like your very own developer library for building and referencing code snippets, commonly used config/scripts, programming-related notes/documentation, and interactive samples.

GistPad gist management

[GitHub Actions](https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions)

Shows GitHub Actions workflows and runs

[GitHub Repositories](https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub)

Remotely browse and edit any GitHub repository

[GitHub Pull Request Monitor](https://marketplace.visualstudio.com/items?itemName=erichbehrens.pull-request-monitor)

This extension uses the GitHub api to monitor the state of your pull requests and let you know when it's time to merge or if someone requested changes.

GitHub Pull Request Monitor

Productivity

[ARM Template Viewer](https://marketplace.visualstudio.com/items?itemName=bencoleman.armview)

Displays a graphical preview of Azure Resource Manager (ARM) templates. The view will show all resources with the official Azure icons and also linkage between the resources.

Displays a graphical preview of Azure Resource Manager (ARM) templates

[Azure Cosmos DB](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb)

Browse your database inside the vs code editor

Browse your database inside the vs code editor animation

[Azure IoT Toolkit](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit)

Everything you need for the Azure IoT development: Interact with Azure IoT Hub, manage devices connected to Azure IoT Hub, and develop with code snippets for Azure IoT Hub

Code snippets for Azure IoT Hub screenshot

[Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks)

Mark lines and jump to them

[Microsoft Edge Tools](https://marketplace.visualstudio.com/items?itemName=ms-edgedevtools.vscode-edge-devtools)

Use the Microsoft Edge browser's DevTools (Elements, Network, Console) and an in-editor browser preview directly inside VS Code.

[Color Tabs](https://marketplace.visualstudio.com/items?itemName=orepor.color-tabs-vscode-ext)

An extension for big projects or monorepos that colors your tab/titlebar based on the current package

Color your tabs and/or titlebar based on regex

[Create tests](https://marketplace.visualstudio.com/items?itemName=hardikmodha.create-tests)

An extension to quickly generate test files.

Create tests extension animation

[Dendron](https://marketplace.visualstudio.com/items?itemName=dendron.dendron)

An extension that can turn Visual Studio Code into a PKM tool, with excellent UX, using Markdown files to organize and reference any amount of knowledge. Whether you organize your notes with PARA or Zettelkasten, link notes together like Roam, or simply create notes in an ad-hoc manner, Dendron can help. Think of it as a second brain to help you make sense of all the information you care about. Bonus: Dendron can also publish a static site via NextJS if also using dendron-cli.

dendron.dendron

[Duplicate Action](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-duplicate)

Ability to duplicate files and directories.

[Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens)

Show language diagnostics inline (errors/warnings/...).

error lens demo gif

[Toggle](https://marketplace.visualstudio.com/items?itemName=rebornix.toggle)

Toggle any VS Code setting by your favorite keybindings.

Example of toggling typescript.inlayHints.functionLikeReturnTypes.enabled by shortcut:

Toggle example demo

[ES7 React/Redux/GraphQL/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)

Provides Javascript and React/Redux snippets in ES7

es7-reactreduxgraphqlreact-native-snippets

[Gi](https://marketplace.visualstudio.com/items?itemName=rubbersheep.gi)

Generating .gitignore files made easy.

.gitignore generation animation

[Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)

View git log, file or line History

[Git Project Manager](https://marketplace.visualstudio.com/items?itemName=felipecaputo.git-project-manager)

Automatically indexes your git projects and lets you easily toggle between them

[GitLink](https://marketplace.visualstudio.com/items?itemName=qezhu.gitlink)

GoTo current file's online link in browser and Copy the link in clipboard.

GoTo current file online animation

[GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)

Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or previous versions.

GitLens inline git information animation

[GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow)

Adds a GitLab sidebar icon to view issues, merge requests and other GitLab resources. You can also view the results of your GitLab CI/CD pipeline and check the syntax of your .gitlab-ci.yml.

Gradle Tasks

Run gradle tasks in VS Code.

Gradle Tasks

[Icon Fonts](https://marketplace.visualstudio.com/items?itemName=idleberg.icon-fonts)

Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!

[Import Cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost)

This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size.

[Jira and Bitbucket](https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode)

Bringing the power of Jira and Bitbucket to VS Code - With Atlassian for VS Code you can create and view issues, start work on issues, create pull requests, do code reviews, start builds, get build statuses and more!

Jira and Bitbucket workflow

[Find-Jump](https://marketplace.visualstudio.com/items?itemName=usernamehw.find-jump)

Fast label-based cursor movement — jump to anywhere visible by typing a few characters (in the spirit of Atom's Jumpy).

[Kanban](https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban)

kanban

Simple Kanban board for use in Visual Studio Code, with time tracking and Markdown support.

[Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)

Launch a development local Server with live reload feature for static & dynamic pages.

live-server

[Clipboard Manager](https://marketplace.visualstudio.com/items?itemName=EdgardMessias.clipboard-manager)

Keeps a history of your copies and cuts so you can pick any earlier entry to paste again.

[ngrok for VSCode](https://marketplace.visualstudio.com/items?itemName=philnash.ngrok-for-vscode)

ngrok allows you to expose a web server running on your local machine to the internet. Just tell ngrok what port your web server is listening on. This extension allows you to control ngrok from the VSCode command palette

ngrok for VSCode

[Dotnet Core Test Explorer](https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer)

View and run your .NET Core tests directly in the editor.

View and run your .NET Core tests directly in the editor animation

[i18n Ally](https://marketplace.visualstudio.com/items?itemName=antfu.i18n-ally)

🌍 All in one i18n extension for VSCode

i18n Ally

[Instant Markdown](https://marketplace.visualstudio.com/items?itemName=dbankier.vscode-instant-markdown)

Simply, edit markdown documents in vscode and instantly preview it in your browser as you type.

Instant Markdown Screencast

[npm Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense)

Visual Studio Code plugin that autocompletes npm modules in import statements.

npm-intellisense

[Parameter Hints](https://marketplace.visualstudio.com/items?itemName=DominicVonk.parameter-hints)

Provides parameter hints on function calls in JS/TS/PHP files.

Parameter Hints

[Partial Diff](https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff)

Compare (diff) text selections within a file, across different files, or to the clipboard

Partial Diff

[Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype)

Infer the structure of JSON and paste is as types in many programming languages

Paste JSON as Code

[Path Autocomplete](https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete)

Provides path completion for visual studio code.

Path Autocomplete

[Path IntelliSense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)

Visual Studio Code plugin that autocompletes filenames

Autocompletion for filenames animation

[Power Tools](https://marketplace.visualstudio.com/items?itemName=egomobile.vscode-powertools)

Extends Visual Studio Code via things like Node.js based scripts or shell commands, without writing separate extensions

Power Tools

[PrintCode](https://marketplace.visualstudio.com/items?itemName=nobuhito.printcode)

PrintCode converts the code being edited into an HTML file, displays it by browser and prints it.

PrintCode

[Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager)

Easily switch between projects.

Switch between projects screenshot

[Project Dashboard](https://marketplace.visualstudio.com/items?itemName=kruemelkatze.vscode-dashboard)

VSCode Project Dashboard is a Visual Studio Code extension that lets you organize your projects in a speed-dial like manner. Pin your frequently visited folders, files, and SSH remotes onto a dashboard to access them quickly.

Project Dashboard

[Rainbow CSV](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv)

Highlight columns in comma, tab, semicolon and pipe separated files, consistency check and linting with CSVLint, multi-cursor column editing, column trimming and realignment, and SQL-style querying with RBQL.

Rainbow CSV

[Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)

Allows users to open any folder in a container, on a remote machine, container or in Windows Subsystem for Linux(WSL) and take advantage of VS Code's full feature set.

Remote SSH extension at work

[REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)

Allows you to send HTTP request and view the response in Visual Studio Code directly.

Send HTTP request and view response animation

[Text Power Tools](https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools)

All-in-one extension for text manipulation: filtering (grep), remove lines, insert number sequences and GUIDs, format content as table, change case, converting numbers and more. Great for finding information in logs and manipulating text.

Text Power Tools

[Todo Tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree)

Custom keywords, highlighting, and colors for TODO comments. As well as a sidebar to view all your current tags.

Todo Tree

[Toggle Quotes](https://marketplace.visualstudio.com/items?itemName=BriteSnow.vscode-toggle-quotes)

Cycle between single, double and backtick quotes

Toggle Quotes

[Typescript Destructure](https://marketplace.visualstudio.com/items?itemName=tusaeff.vscode-typescript-destructure-plugin)

TypeScript Language Service Plugin providing a set of source actions for easy objects destructuring

Typescript Destructure

[WakaTime](https://marketplace.visualstudio.com/items?itemName=WakaTime.vscode-wakatime)

Automatic time tracker and productivity dashboard showing how long you coded in each project, file, branch, and language.

[Timing](https://marketplace.visualstudio.com/items?itemName=HaaLeo.timing)

Time converter extension to convert timestamps from/to various formats and insert them on demand or just display them. It further provides a neat hover provider to beautify epoch timestamps instantly. All features are highly customizable.

Timing

[httpYac](https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac)

Send HTTP, REST, GraphQL, gRPC, WebSocket and MQTT requests directly from VS Code.

[DevDb](https://marketplace.visualstudio.com/items?itemName=damms005.devdb)

A zero-config database GUI that auto-loads and lets you browse your database directly inside VS Code.

[Keploy](https://marketplace.visualstudio.com/items?itemName=Keploy.keployio)

Generate unit tests and API tests with mocks from your application traffic.

[SemanticDiff](https://marketplace.visualstudio.com/items?itemName=semanticdiff.semanticdiff)

Language-aware diffs that ignore formatting-only changes and highlight the meaningful edits.

[Trunk](https://marketplace.visualstudio.com/items?itemName=Trunk.io)

Meta-linter and formatter that runs and manages many linters/formatters from one config, plus check, test and merge tooling.

[Peacock](https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-peacock)

Subtly change the color of your VS Code workspace — ideal for telling apart identical windows or monorepo projects.

[GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)

AI pair programmer that suggests whole lines and functions as you type, with an in-editor chat.

Formatting & Beautification

[Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align)

Align your code by colon(:), assignment(=,+=,-=,*=,/=) and arrow(=>). It has additional support for comma-first coding style and trailing comment.

And it doesn't require you to select what to be aligned, the extension will figure it out by itself.

Better Align

Auto Rename Tag

Native settings, just add "editor.linkedEditing": true to your settings.json file

Auto rename paired HTML/XML tags

Auto rename paired HTML/XML tags animation

[html2pug](https://marketplace.visualstudio.com/items?itemName=dbalas.vscode-html2pug)

Transform html to pug inside your Visual Studio Code, forget about using an external page anymore.

[Paste and Indent](https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-paste-and-indent)

Paste code with "correct" indentation

Indentation of pasted code animation

[Sort Lines](https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines)

Sorts lines of text in specific order

Sorts lines of text in specific order animation

[Surround](https://marketplace.visualstudio.com/items?itemName=yatki.vscode-surround)

A simple yet powerful extension to add wrapper templates around your code blocks.

Wrap a template around a code block

[Wrap Selection](https://marketplace.visualstudio.com/items?itemName=konstantin.wrapSelection)

Wraps selection or multiple selections with symbol or multiple symbols

Wraps selection or multiple selections with symbol or multiple symbols animation

[Formatting Toggle](https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle)

Allows you to toggle your formatter on and off with a simple click

[shell-format](https://github.com/foxundermoon/vs-shell-format)

shell script & Dockerfile & dotenv format

shell-format

[Vscode Google Translate](https://marketplace.visualstudio.com/items?itemName=funkyremi.vscode-google-translate)

Quickly translate selected text right in your code

Vscode Google Translate

Explorer Icons

[City Lights Icons](https://marketplace.visualstudio.com/items?itemName=Yummygum.city-lights-icon-vsc)

City Lights Icons

[VSCode Icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)

VSCode Icons

[Seti Icons](https://marketplace.visualstudio.com/items?itemName=qinjia.seti-icons)

Seti Icons

[Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

Material Icon Theme

Uncategorized

[CodeRoad](https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad)

Play interactive tutorials in your favorite editor.

CodeRoad Demo

[Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)

Run code snippet or code file for multiple languages: C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, C# Script, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script

Run a snippet or file animation

[Code Time](https://marketplace.visualstudio.com/items?itemName=softwaredotcom.swdc-vscode)

Automatic time reports by project and other programming metrics right in VS Code.

Code Time

[Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight)

Highlight web colors in your editor

Highlight web colors in your editor screenshot

[Output Colorizer](https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer)

Syntax highlighting for the VS Code Output Panel and log files

IBM.output-colorizer

[Dash](https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-dash)

Dash integration in Visual Studio Code

Dash integration screenshot

[Edit with Shell Command](https://marketplace.visualstudio.com/items?itemName=ryu1kn.edit-with-shell)

Leverage your favourite shell commands to edit text

Edit with Shell Command

[Editor Config for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)

Editor Config for VS Code

[SFTP](https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp)

Sync files to a remote server over SFTP/FTP, with upload-on-save, diff and remote browsing. Maintained successor to the original liximomo SFTP extension.

[Highlight JSX/HTML tags](https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag)

Highlights matching tags in the file.

[Indent Rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow)

A simple extension to make indentation more readable.

indent-rainbow

[iTerm2 Theme Sync](https://marketplace.visualstudio.com/items?itemName=tusaeff.vscode-iterm2-theme-sync)

Syncs selected VSCode theme with iTerm2 color profile

iTerm2 Theme Sync

[Password Generator](https://marketplace.visualstudio.com/items?itemName=ftonato.password-generator)

Create a secure password using our generator tool. Help prevent a security threat by getting a strong password today.

Password Generator

[PlatformIO IDE](https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide)

The official PlatformIO IDE: a cross-platform ecosystem for embedded/IoT development supporting 1000+ boards and many platforms and frameworks, with build, debug and unit testing.

[Polacode](https://marketplace.visualstudio.com/items?itemName=pnp.polacode)

Polaroid for your code 📸.

Make a polaroid image of your code animation

[carbon-now-sh](https://marketplace.visualstudio.com/items?itemName=ericadamski.carbon-now-sh)

Send your code to carbon.now.sh.
Send your code to carbon.now.sh animation

[Quokka](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode)

Rapid prototyping playground for JavaScript and TypeScript in VS Code, with access to your project's files, inline reporting, code coverage and rich output formatting.

Integrated JavaScript/TypeScript playground animation

[Runner](https://marketplace.visualstudio.com/items?itemName=mattn.Runner)

Run various scripts right from VS Code

Run various scripts right from VS Code animation

[SVG](https://marketplace.visualstudio.com/items?itemName=jock.svg)

A Powerful SVG Language Support Extension(beta). Almost all the features you need to handle SVG.

SVG

[Text Marker (Highlighter)](https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker)

Highlight multiple text patterns with different colors at the same time. Highlighting a single text pattern can be done with the editor's search functionality, but it cannot highlight multiple patterns at the same time, and this is where this extension comes handy.

Text Marker (Highlighter)

[Interface generator](https://marketplace.visualstudio.com/items?itemName=dotup.dotup-vscode-interface-generator)

Quickly generate interface definitions from typescript class

Interface generator

[JFrog](https://marketplace.visualstudio.com/items?itemName=JFrog.jfrog-vscode-extension)

Adds JFrog Xray scanning of project dependencies to your VS Code IDE. It allows developers to view panels displaying vulnerability information about the components and their dependencies directly in their VS Code IDE. The extension also allows developers to track the status of the code while it is being built, tested and scanned on the CI server.

JFrog

[SARIF Explorer](https://marketplace.visualstudio.com/items?itemName=trailofbits.sarif-explorer)

Triage static-analysis results from SARIF files: view, group, filter and annotate findings. By Trail of Bits.

[Document Viewer](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.Document-Viewer-VSCode-Extensions)

View Word, Excel, PDF, Markdown and CSV files directly inside VS Code.

Themes

UI

Essence

If you're feeling brave, there are at least two custom UIs for VS Code:

Syntax

[2077 theme by Endormi](https://vscodethemes.com/e/Endormi.2077-theme)

Cyberpunk 2077 inspired theme

[An Old Hope Theme by Dustin Sanders](https://vscodethemes.com/e/dustinsanders.an-old-hope-theme-vscode)

VSCode theme inspired by a galaxy far far away...

[Ariake Dark by wart](https://vscodethemes.com/e/wart.ariake-dark)

Dark VSCode theme inspired by Japanese traditional colors and the poetry composed 1000 years ago.

[Atom One Dark Theme by Mahmoud Ali](https://vscodethemes.com/e/akamud.vscode-theme-onedark)

One Dark Theme based on Atom.

[Atomize by emroussel](https://vscodethemes.com/e/emroussel.atomize-atom-one-dark-theme)

A detailed and accurate Atom One Dark Theme.

[Ayu by teabyii](https://vscodethemes.com/e/teabyii.ayu)

A simple theme with bright colors and comes in three versions — dark, light and mirage for all day long comfortable work.

[Borealis Theme by Alexander Eckert](https://vscodethemes.com/e/eckertalex.borealis)

VS Code theme inspired by the calm colors of the aurora borealis in Alaska.

[Captain Sweetheart by ultradracula](https://vscodethemes.com/e/ultradracula.captain-sweetheart)

Tuff but sweet theme.

[City Lights by Yummygum](https://vscodethemes.com/e/Yummygum.city-lights-theme)

🏙 Yummygum's Official City Lights suite

[Cobalt2 Theme Official by Wes Bos](https://vscodethemes.com/e/wesbos.theme-cobalt2)

🔥 Official theme by Wes Bos.

[Dracula Official by Dracula Theme](https://vscodethemes.com/e/dracula-theme.theme-dracula)

Official Dracula Theme. A dark theme for many editors, shells, and more.

[Edge by Bogdan Lazar](https://vscodethemes.com/e/bogdanlazar.edge)

A simple theme with bright colors in three variants — Night Sky, Serene and Ocean for all day long comfortable work.

[Eva Theme by fisheva](https://vscodethemes.com/e/fisheva.eva-theme)

A colorful and semantic coloring code theme.

[Fairy Floss by nopjmp and sailorhg](https://vscodethemes.com/e/nopjmp.fairyfloss)

A fun, purple-based pastel/candy/daydream fairyfloss theme made by sailorhg.

[GitHub Theme by Thomas Pink](https://vscodethemes.com/e/thomaspink.theme-github)

GitHub Theme for Visual Studio Code.

[Jellybeans Theme by Dimitar Nonov](https://vscodethemes.com/e/DimitarNonov.jellybeans-theme)

Jellybeans Theme for Visual Studio Code.

[Material Palenight Theme by whizkydee](https://vscodethemes.com/e/whizkydee.material-palenight-theme)

An elegant and juicy material-like theme for Visual Studio Code.

[Material Theme by Mattia Astorino](https://vscodethemes.com/e/Equinusocio.vsc-material-theme)

The most epic theme now for Visual Studio Code.

[Mno by u29dc](https://vscodethemes.com/e/u29dc.mno)

Minimal monochrome theme.

[Omni by Rocketseat](https://vscodethemes.com/e/rocketseat.theme-omni)

A dark theme with vibrant colors by Rocketseat.

[One Monokai by azemoh](https://vscodethemes.com/e/azemoh.one-monokai)

A popular free Monokai theme for Visual Studio Code, blending Monokai with Atom's One Dark.

[Monokai Pro by monokai (commercial)](https://vscodethemes.com/e/monokai.theme-monokai-pro-vscode)

Beautiful functionality for professional developers, from the author of the original Monokai color scheme.

[Night Owl by Sarah Drasner](https://vscodethemes.com/e/sdras.night-owl)

A VS Code theme for the night owls out there. Works well in the daytime, too, but this theme is fine-tuned for those of us who like to code late into the night. Color choices have taken into consideration what is accessible to people with color blindness and in low-light circumstances. Decisions were also based on meaningful contrast for reading comprehension and for optimal razzle dazzle. ✨

[Plastic by Will Stone](https://vscodethemes.com/e/will-stone.plastic)

A simple theme.

[Nord by arcticicestudio](https://vscodethemes.com/e/arcticicestudio.nord-visual-studio-code)

An arctic, north-bluish clean and elegant Visual Studio Code theme.

[Rainglow by Dayle Rees](https://vscodethemes.com/e/daylerees.rainglow)

Collection of 320+ beautiful syntax and UI themes.

[Relaxed Theme by Michael Kühnel](https://vscodethemes.com/e/mischah.relaxed-theme)

A relaxed theme to take a more relaxed view of things.

[Shades of Purple by Ahmad Awais](https://vscodethemes.com/e/ahmadawais.shades-of-purple)

⚡ A professional theme with hand-picked & bold shades of purple 💜 to go along with your VS Code. A custom VS Code theme with style.

[Slime Theme by smlombardi](https://vscodethemes.com/e/smlombardi.slime)

A dark syntax/workbench theme for Visual Studio Code - optimized for SCSS, HTML, JS, TS, Markdown, and PHP files.

[Niketa Theme by Dejan Toteff](https://vscodethemes.com/e/selfrefactor.niketa-theme)

@code

The official VS Code Twitter

@auchenberg

VS Code Program Manager

@BenjaminPasero

VS Code Dev

@chrisdias

VS Code Program Manager

@_clarkio

Developer Advocate @ Azure. Creator of VS Code release highlight videos

@eamodio

GitLens creator

@ErichGamma

VS Code Dev

@IsidorN

VS Code Dev

@joaomoreno

VS Code Dev

@lannonbr

Creator of vscode.rocks & JS Parameter Annotations extension

@maeschli

VS Code Dev

@mattbierner

VS Code Dev

@MrAhmadAwais

JS/WordPress Core Dev. Creator of VSCode.pro course & Shades of Purple theme

@ramyanexus

VS Code Dev. Maintainer of Go extension

@Tyriar

VS Code Dev. Creator of xterm.js

Collection of 18 light themes separated in 4 groups by background's brightness.

People to Follow

A list of Twitter accounts for various people in the VS Code Community

Resources for extension developers

Documentation

Better Comments

The Better Comments extension will help you create more human-friendly comments in your code.

  • Visual Studio Code API section of Official Documentation

Libraries

typed-vscode

Generates types from contribution points of your extension manifest

Tools

Live Share

Visual Studio Live Share enables you to collaboratively edit and debug with others in real time, regardless what programming languages you're using or app types you're building.

Online TextMate Themes Editor

since VS Code supports TextMate themes, you can create them in this online editor and then create a new VS Code package using [Yo Code](https://code.visualstudio.com/docs/extensions/yocode) tool

Yo Code - Extension Generator
Open in Code

macOS Finder toolbar app to open current folder in Visual Studio Code

Themer

Easily create your own theme for VS Code (and matching ones for your other tools).

Azure Tools

Microsoft's official Azure extension pack, bundling the core Azure extensions for working with Azure resources directly from VS Code.

Mark down preview

Markdown Preview Enhanced is an extension that provides you with many useful functionalities such as automatic scroll sync, math typesetting, mermaid, PlantUML, pandoc, PDF export, code chunk, presentation writer, etc. A lot of its ideas are inspired by Markdown Preview Plus and RStudio Markdown.

macOS Finder toolbar app to open current folder in Visual Studio Code animation

Online Courses

Visual Studio Code Power User Course (commercial)

VSCode.pro

📺 Huge five hours 65 videos VSCode course.

Ahmad Awais

🙌 Creator of Shades of Purple theme. Core Developer for WP/JS. OSS Dev Advocate.

After 10 years with Sublime Text, Ahmad Awais switched to VSCode, built Shades of Purple theme, and spent over a 1,000 hours perfecting his setup. He has launched a VSCode Power User Course to help you switch today. You can bring all your custom settings from the previous editor and learn the power user workflows for HTML/CSS, Git/GitHub & Open Source, supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR. In this course, you'll also learn to install/setup 50+ Extensions.

Contribute

Contributions welcome! Read the contribution guidelines first.

License

I am providing code and resources in this repository to you under an open source license. Because this is my personal repository, the license you receive to my code and resources is from me and not my employer (Microsoft).

CC0

To the extent possible under law, Valerii Iatsko has waived all copyright and related or neighboring rights to this work.