10 Best VSCode Extensions For Better Programming 2022

Abhishek Dixit
GYTWorkz
Published in
5 min readJun 22, 2022

We frequently require extensions while programming to make our work easier and, more importantly, faster. There are thousands of extensions available for VS Code, and new extensions are constantly being added to the marketplace.
I’ve included the 10 Best VS Code extensions that I use on a daily basis, and the majority of these extensions can be used by developers of all languages.

Auto Import

All available imports are automatically found, parsed, and code actions and completion are provided.

You can read more about the extension on the market place using the link given below

Live Share

Live Share enables developers to collaborate while maintaining their individual editor choices (e.g., theme, keybindings) and cursor. This allows you to smoothly switch between following each other’s cursor and exploring ideas/tasks independently.

You can read more about the extension on the market place using the link given below

Bookmarks

It allows you to easily and quickly move between important positions in your code. There is no longer any need to look for code. It also includes a set of selection commands for selecting bookmarked lines and regions between bookmarked lines. It’s extremely useful for analysing log files.

You can read more about the extension on the market place using the link given below

CodeSnap

Take beautiful screenshots of your code in VS Code.

You can read more about the extension on the market place using the link given below

Better Comments

It will assist you in creating more human-friendly comments in your code.You will be able to categorise your annotations using this extension:

  • Alerts
  • Queries
  • TODOs
  • Highlights
  • Commented out code can also be styled to indicate that it should not be present.
  • You can specify any additional comment styles you want in the settings.

You can read more about the extension on the market place using the link given below

Error Lens

ErrorLens enhances language diagnostic features by recognising diagnostics, highlighting the entire line whenever a diagnostic is generated by the language, and printing the message inline.

You can read more about the extension on the market place using the link given below

GitHub Copilot

GitHub Copilot is an artificial intelligence-powered pair programmer that suggests line completions and entire function bodies as you type. The OpenAI Codex AI system, which has been trained on public Internet text and billions of lines of code, powers GitHub Copilot.

You can read more about the extension on the market place using the link given below

Moonlight Theme

A bubblegum-colored VS Code theme with a moonlit background.

Available Color Themes are:

  • Moonlight II
  • Moonlight II Italic
  • Moonlight
  • Moonlight Italic

You can read more about the extension on the market place using the link given below

Git Graph

View your repository’s Git Graph and carry out simple Git operations from the graph. ability could be customised to look however you like!

You can read more about the extension on the market place using the link given below

Material Icon Theme

Material Design Icons for Visual Studio Code

You can read more about the extension on the market place using the link given below

Don’t forget to connect with me on:

--

--