Top 10 Vs Code Extentions (sept. 2022)

A list of top 10 VS CODE Extensions for the month of September - by a Developer.

ยท

3 min read

Almost all of us can agree that VS CODE is one of the best Code-Editor if not the BEST.

Let's make this VS CODE experience better with adding some amazing Extensions which I use in my day to day work and most of these extensions can be used by developers of all languages.

1. GitLens โ€” Git supercharged

gitlens.png

GitLens is an open-source extension for Visual Studio Code. GitLens simply helps you better understand code. Quickly glimpse into whom, why, and when a line or code block was changed. Jump back through history to gain further insights as to how and why the code evolved. Effortlessly explore the history and evolution of a codebase.

GitLens is powerful, feature rich, and highly customizable to meet your needs. Do you find CodeLens intrusive or the current line blame annotation distracting โ€” no problem, quickly turn them off or change how they behave via the interactive GitLens Settings editor. For advanced customizations, refer to the GitLens docs and edit your user settings.

2. Auto Complete Tag

auto.png

Extension Packs to add close tag and rename paired tag automatically for HTML/XML

3. Code Runner

coder.png Run code snippet or code file for multiple languages: C, C++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, and custom command

4. CodeSnap

codes.png

CodeSnap allows you to capture beautiful photos of your code and comes with a tom of options which allow us to customize it's settings even more.

5. WakaTime

Keep track of your programming Metrics, Insights with WakaTime.

wak.png WakaTime is an open source VS Code plugin for metrics, insights, and time tracking automatically generated from your programming activity.

6. Rainbow Brackets

brac.png Provide rainbow colors for the round brackets, the square brackets and the squiggly brackets. Applies for every programming language

7. Project Manager

pm.png

It helps you to easily access your projects, no matter where they are located. Don't miss those important projects anymore.

You can define your own Projects (also called Favorites), or choose for auto-detect Git, Mercurial or SVN repositories, VSCode folders, or any other folder.

8. Image preview

ip.png Shows image preview in the gutter and on hover

9. RapidAPI Client

rap.png RapidAPI Client is a full-featured HTTP client that lets you test and describes the APIs you build or consume. Designed to work with your VS Code themes, RapidAPI Client makes composing requests, inspecting server responses, generating client code for API calls, and typesafe objects for application development simple and intuitive. Our client provides a great alternative to: Postman, Rest Client, and other HTTP clients.

10. Better Comments

bc.png

The Better Comments extension will help you create more human-friendly comments in your code. With this extension, you will be able to categorise your annotations into:

  • Alerts
  • Queries
  • TODOs
  • Highlights
  • Commented out code can also be styled to make it clear the code shouldn't be there
  • Any other comment styles you'd like can be specified in the settings

Thanks For Reading ๐Ÿ“–

ย