A curated list of delightful VS Code packages and resources.
Go to file
Valerii Iatsko f082078b23
Create CODE_OF_CONDUCT.md
2018-02-25 21:13:08 +01:00
.travis.yml Update .travis.yml 2017-08-30 20:11:04 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-02-25 21:13:08 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-02-12 23:27:05 +01:00
LICENSE Initial commit 2016-02-08 00:02:45 +01:00
README.md Got rid of redirects 2018-02-25 21:11:59 +01:00
awesome-vscode-logo.png Improve: add new logo color 2017-11-13 13:35:48 +01:00

README.md



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.

Migrating from Atom

Popular Atom keybindings for Visual Studio Code

Migrating from Sublime Text

Popular Sublime Text keybindings for VS Code.

Migrating from Visual Studio

Popular Visual Studio keybindings for VS Code.

Migrating from Intellij IDEA

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

  • 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

JavaScript

TypeScript

  • tslint - TSLint for Visual Studio Code

Markdown

PHP

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

Twig

  • Twig Language - Snippets, Syntax Highlighting, Hover, and Formatting for Twig.

Themes

UI

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

Syntax

An Old Hope Theme

Ariake Dark Color Theme

Atom One Dark Syntax Theme

Atom One Dark Theme

Features full workbench theming

Atom One Light Theme

Features full workbench theming

Ayu

dark theme

mirage theme

Base16 Ocean Kit

Cobalt2 Theme Official by Wes Bos

Cobalt 2

Dracula

Dracula Theme for VS Code

Material-theme

Nord

Nord Theme for VS Code

Plastic

Features full workbench theming

Seti

Productivity

Azure Cosmos DB

Browse your database inside the vs code editor

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

Bookmarks

Mark lines and jump to them

Copy Relative Path

Copy Relative Path from a File

Deploy

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

Gi

Generating .gitignore files made easy.

Git History

View git log, file or line History

Git Project Manager

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.

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.

Git Indicators

Atom like git indicators on active panel

GitHub

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.

Icon Fonts

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

Live Server

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

live-server

Multiple clipboards

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

npm Intellisense

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

npm-intellisense

Partial Diff

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

Partial Diff

Paste JSON as Code

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

Paste JSON as Code

Path Intellisense

Visual Studio Code plugin that autocompletes filenames

Project Manager

Easily switch between projects.

REST Client

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

Settings Sync

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

Settings Sync

Yo

Scaffold projects using Yeoman

Formatting & Beautification

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 Close Tag

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

Auto Rename Tag

Auto rename paired HTML/XML tags

beautify

Beautify code in place for VS Code

ECMAScript Quotes Transformer

Transform quotes of ECMAScript string literals

Paste and Indent

Paste code with "correct" indentation

Sort Lines

Sorts lines of text in specific order

Wrap Selection

Wraps selection or multiple selections with symbol or multiple symbols

Explorer Icons

VSCode Icons

Seti Icons

Uncategorized

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

Color Highlight

Highlight web colors in your editor

Output Colorizer

Syntax highlighting for the VS Code Output Panel and log files

IBM.output-colorizer

Dash

Dash integration in Visual Studio Code

Debugger for Chrome

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

Edit with Shell Command

Levarage your favourite shell commands to edit text

Edit with Shell Command

Editor Config for VS Code

Editor Config for VS Code

ftp-sync

Auto-sync your work to remote FTP server

PlatformIO

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

Quokka

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.

Runner

Run various scripts right from VS Code

Slack

Send messages and code snippets, upload files to Slack

Spotify

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

SVG Viewer

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

SVG Viewer

Vim Mode

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

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

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.