herrherrmann / awesome-vscode

A curated list of delightful VS Code packages and resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome VS Code Awesome

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

Table of Content

Official

Syntax

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

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.

C++

CSS

Go

  • Go - Rich language support for the Go language.

Haskell

JavaScript

Markdown

PHP

  • phpcs - PHP CodeSniffer for Visual Studio Code

Python

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

Themes

UI

Unfortunately, VS Code doesn't support custom UI themes yet microsoft/vscode#1833

Syntax

Material-theme

Base16 Ocean Kit

Seti

Atom One Dark Syntax Theme

An Old Hope Theme

Productivity

Bookmarks

Mark lines and jump to them

Copy Relative Path

Copy Relative Path from a File

Git History

View git log, file or line History

Git Project Manager

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

Icon Fonts

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

Multiple clipboards

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

Path Intellisense

Visual Studio Code plugin that autocompletes filenames

Project Manager

Create and open projects instantly by saving the workspace folder in VSCode.

Yo

Scaffold projects using Yeoman

Formatting & Beautification

Align

Align text in vscode like the atom-alignment package

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

join-lines

Use Ctrl+j/Cmd+j to join lines, just like in Atom and similar to Sublime Text.

Sort Lines

Sorts lines of text in specific order

Uncategorized

Color Highlight

Highlight web colors in your editor

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.

Editor Config for VS Code

Editor Config for VS Code

ftp-sync

Auto-sync your work to remote FTP server

Runner

Run various scripts right from VS Code

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

Slack

Send messages and code snippets, upload files to Slack

Resources for extension developers

Documentation

Libraries

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.

About

A curated list of delightful VS Code packages and resources.

License:Creative Commons Zero v1.0 Universal