This article was published 3 years ago, therefore the contents of this post may be out of date.

VSCode also known as Visual Studio Code, is certainly one of the popular and lightweight code editor you’ll find. It take things that you’ll find from other popular code editors such as Atom and Sublime-Text.

Its success essentially comes from the power to provide better performance and stability you won’t find in other editors. It provides other features like IntelliSense, which you could only found available in full-sized IDEs such like Eclipse.

The power you find in VSCode no doubt comes directly from its marketplace which is all thanks to the incredible open-source community. The editor is now capable of serving almost every programming language, framework and development services. Support for a library or framework comes in many ways. Which mainly includes snippets, syntax highlighting.

Also To Emmet and IntelliSense features for that specific languages or technology. In today post, I will presenting a whole range of extensions that can help developers who either made the move to VS Code. Or users who are looking for a new extension to try or even replace existing ones.

1. Docker for VS Code

Docker for Visual Studio Code

This Docker extension makes it easy to build, manage, and deploy containerised applications from Visual Studio Code. Also it provides one-click debugging of Node.js, Python, and .NET Core inside a container.

2. React Native Tools

React Native Tools

This extension provides a development environment for React Native projects. Using this extension, you can debug your code and quickly run react-native commands from the command palette.

3. Remote Development

Remote Development VSCode

The Remote Development extension pack allows you to open any folder in a container, on a remote machine, or in the Windows Subsystem for Linux (WSL) and take advantage of VS Code’s full feature set.

4. Teamwork

Teamwork for VSCode

The Teamwork Projects and Visual Studio Code Editor extension allows you to manage your projects and tasks directly from within Visual Studio Code so you can get more work done from one place.

5. Prettier

Prettier

Prettier is an opinionated code for-matter. 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.

6. Format HTML in PHP

Format HTML in PHP

This extension provides formatting for the HTML code in PHP files. This way this works is this extension runs right before the save action which triggers any other registered PHP formatting extensions so you are free to have one and this will not get in the way or block it.

7. Beautify

Beautify

Beautify javascript, JSON, CSS, Sass, and HTML in Visual Studio Code. VS Code uses js-beautify internally, but it lacks the ability to modify the style you wish to use. This extension enables running js-beautify in VS Code, and honouring any .jsbeautifyrc file in the open file’s path tree to load your code styling.

8. Todo Tree

Todo Tree

This extension quickly searches (using ripgrep) your workspace for comment tags like TODO and FIXME, and displays them in a tree view in the explorer pane. Clicking a TODO within the tree will open the file and put the cursor on the line containing the TODO.

9. Live Share Chat

Live Share Chat

Live Share Chat is a companion extension for Visual Studio Live Share, which enables you to collaboratively edit and debug code with others, in real time.

10. GitLens

Git Lens

GitLens supercharges the Git capabilities built into Visual Studio Code. 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.

11. Flutter

Flutter VS Code

This VS Code extension adds support for effectively editing, refactoring, running, and reloading Flutter mobile apps, as well as support for the Dart programming language.

12. Nativescript Extend

Nativescript Extend

Nativescript extend tool pack, helps Nativescript developers create cross-platform mobiles easliy with the support of snippets, a xml validator and a run emulator from VSCode

13. Sublime Text Keymap and Settings Importer

Sublime Text Keymap and Settings Importer

This extension ports the most popular Sublime Text keyboard shortcuts to Visual Studio Code.

14. Python for Visual Studio Code

Python for Visual Code Studio

This is a extension with rich support for the Python language (for all actively supported versions of the language: 2.7, >=3.5), including features such as IntelliSense, linting, debugging, code navigation, code formatting, Jupyter notebook support, refactoring, variable explorer, test explorer, snippets, and more!

15. Filesize

Vscode Filesize

This package is intended for use with the Visual Studio Code editor and it displays the size of the focused file in the status bar of the editor.

16. Atlassian for VS Code

Jira and Bitbucket

This extension combines the power of Jira and Bitbucket to streamline the developer workflow within 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!

17. NPM Dependency

NPM Dependency for VSCode

With this extension it will update dependencies/devDependencies to latest version for specified package.json

18. Auto Close Tag

Auto Close Tag

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

19. React Component Splitter

React Component Splitter

This extension allows to easily split long React components into sub-components.

20. Sass

Sass Vscode

Indented Sass syntax highlighting, autocomplete & Formatter for VSCode

21. JavaScript ES6 Snippets

Js For Vscode

This extension provides smple code snippets for JavaScript 2nclude ES6 syntax)

22. Ruby

Ruby For Vs

This extension provides enhanced Ruby language and debugging support for Visual Studio Code.

23. VSCode Speech

Vscode Speech

VSCode Speech adds basic text-to-speech functionality to the VSCode editor using your operating system’s built-in text-to-speech facilities.

24. Stackoverflow Instant Search

Stack Overflow Instant Search

This extension adds a quick command to search Stackoverflow without leaving your VS Code. You can find the command by name stackoverflow search or by using the hot-keys CMD+H for Mac users or CTRL+H for Windows users, and H stands for help.

Alternatively you can execute search instantly from a context menu (select text -> right click -> Stackoverflow Search) or by using the hotkeys CMD+Shift+H on Mac or CTRL+Shift+H on Windows.

25. Tailwind CSS IntelliSense

Tailwind CSS IntelliSense
This extenstion will give you all the Tailwind CSS class name completion for VS Code

26. PHP Awesome Snippets

PHP Awesome Snippets

A fullset of snippets for PHP devs to boost coding productivity.

27. Browser Preview

Browser Preview

Browser Preview for VS Code enables you to open a real browser preview inside your editor that you can debug. This extension is powered by Chrome Headless, and works by starting a headless Chrome instance in a new process.

This enables a secure way to render web content inside VS Code, and enables interesting features such as in-editor debugging and more!

28. WordPress Snippets

Wordpresssnippets

The ultimate WordPress snippet collection for Visual Studio Code, with this extension you get snippets for every WordPress function, class and constant.

With it’s easy auto-completion with type hints and tab stops in all the right places and emmet-style abbreviations for all functions. For example, type gtp for the get_template_part function.

29. Shopify Liquid Template Snippets

Shopify Liquid Template for VS Code

This extension for Visual Studio Code adds snippets for Shopify Liquid Template.

30. Music Time

Music Time

Music Time is a extension for VS Code that gives you full control over your music. Play, pause, repeat, and favorite songs from the status bar—all from inside VS Code. You can also browse and view all your playlists in the VS Code tree view. Say goodbye to context switching.

Share

30 Amazing VS Code Extensions