DEV Community

Cover image for Visual Studio Code Extensions
MihailFox
MihailFox

Posted on

Visual Studio Code Extensions

Hello dev.to community!

If you ever wondered how to create a list of your extensions you can do it by launching vscode with a builtin parameter code --list-extensions.

This is a list of the vscode extensions I use. To find more info about the extension click on the link.

Settings Sync

Synchronizes Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.

Gitlens

It helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more.

Prettier

Prettier is an opinionated code formatter. It 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.

Code Spell Checker

A basic spell checker that works well with camelCase code.

All-Autocomplete

Provides autocompletion in Visual Studio Code items based on all open editors.

Path Intellisense

Visual Studio Code plugin that autocompletes filenames.

Visual Studio IntelliCode

The Visual Studio IntelliCode extension provides AI-assisted development features for Python, TypeScript/JavaScript and Java developers in Visual Studio Code, with insights based on understanding your code context combined with machine learning.

Live Server

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

Bookmarks

It helps you to navigate in your code, moving between important positions easily and quickly. No more need to search for code. It also supports a set of selection commands, which allows you to select bookmarked lines and regions between bookmarked lines. You can also define Labels for you bookmarks.

Bracket Pair Colorizer v2

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

Rest Client

This extension allows you to send HTTP request and view the response in Visual Studio Code directly.

Material Icon Theme

The Material Icon Theme provides lots of icons based on Material Design for Visual Studio Code.

Top comments (0)