Skip to content

wesbos/awesome-vscode

Β 
Β 

Repository files navigation



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

Awesome Build Status


Table of Contents

Official

Syntax

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

Editor Keymaps

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

Popular Atom keybindings for Visual Studio Code

Popular Sublime Text keybindings for VS Code.

Popular Visual Studio keybindings for VS Code.

Popular Intellij IDEA keybindings for VS Code.

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 1C-Syntax

C++

C#

CSS

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

CSS Peek

  • stylelint - Lint CSS/SCSS.

  • Autoprefixer Parse CSS,SCSS, LESS and add vendor prefixes automatically. 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.

    Intellisense CSS class names

Go

  • Go - Rich language support for the Go language.

Haskell

Java

JavaScript

See the difference between these two here

A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol.

TypeScript

  • tslint - TSLint for Visual Studio Code

Markdown

PHP

IntelliSense

These extensions provide slightly different sets of features. While the first one offers better autocompletion support, the second one seems to have more features overall.

Laravel

Twig

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

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

Other extensions

Read more

Python

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

Rust

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

Productivity

Browse your database inside the vs code editor

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

Mark lines and jump to them

Copy Relative Path from a File

An extension to quickly generate test files.

Commands for upload or copy files of a workspace to a destination.

Generating .gitignore files made easy.

View git log, file or line History

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

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

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.

Atom like git indicators on active panel

Provides GitHub workflow support. For example browse project, issues, file (the current line), create and manage pull request. Support for other providers (e.g. gitlab or bitbucket) is planned.

Have a look at the README.md on how to get started with the setup for this extension.

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

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

kanban

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

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

live-server

Override the regular Copy and Cut commands to keep selections in a clipboard ring

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

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

npm-intellisense

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

Partial Diff

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

Paste JSON as Code

Visual Studio Code plugin that autocompletes filenames

Easily switch between projects.

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

Synchronize settings, snippets, themes, file icons, launch, keybindings, workspaces and extensions across multiple machines using Github Gist

Settings Sync

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

Todo Tree

Scaffold projects using Yeoman

Formatting & Beautification

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

Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text

Auto rename paired HTML/XML tags

Beautify code in place for VS Code

Transform quotes of ECMAScript string literals

Paste code with "correct" indentation

Sorts lines of text in specific order

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

Wraps selection or multiple selections with symbol or multiple symbols

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

This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use.

Bracket Pair Colorizer

Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX.

Auto import

Explorer Icons

City Lights Icons

VSCode Icons

Seti Icons

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

Uncategorized

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

Highlight web colors in your editor

Syntax highlighting for the VS Code Output Panel and log files

IBM.output-colorizer

Dash integration in Visual Studio Code

Levarage your favourite shell commands to edit text

Edit with Shell Command

Editor Config for VS Code

Auto-sync your work to remote FTP server

An open source ecosystem for IoT development: supports 350+ embedded boards, 20+ development platforms, 10+ frameworks. Arduino and ARM mbed compatible.

Polaroid for your code πŸ“Έ.

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.

Multi protocol support for things, like Azure blobs, S3 buckets, Dropbox, (S)FTP or WebDAV files, by using new FileSystem API, especially for accessing resources like local files and folders in the editor as workspace folders.

Run various scripts right from VS Code

Send messages and code snippets, upload files to Slack

Provides integration with Spotify Desktop client. Shows the currently playing song in status bar, search lyrics and provides commands for controlling Spotify with buttons and hotkeys.

vscode-spotify

View an SVG in the editor and export it as data URI scheme or PNG.

SVG Viewer

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)

Relatively new, but promising extension implementing Vim features in VSCode. Authors suggest to join their Slack channel for feature requests on your favorite Vim features

Themes

UI

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

Syntax

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

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

One Dark Theme based on Atom.

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

Tuff but sweet theme.

πŸ”₯ Official theme by Wes Bos.

πŸ™ Yummygum's Official City Lights suite

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

A colorful and semantic coloring code theme.

GitHub Theme for Visual Studio Code.

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

The most epic theme now for Visual Studio Code.

A simple theme.

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

⚑ A professional theme with hand-picked & bold shades of purple πŸ’œ to go along with your VS Code. A custom VS Code theme with style.

Resources for extension developers

Documentation

Libraries

  • vscode-set-text - An easy-to-use VS Code #setText() method.
  • vscode-test-content - A method to set/get editor content, and it's selection. Especially useful for unit tests.

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 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 for Visual Studio Code - This extension for Visual Studio Code gives Azure developers some convenient commands for creating or accessing resources directly in the editor. azure-tools-vscode
  • 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.

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

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

About

🎨 A curated list of delightful VS Code packages and resources.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%