DEV Community

Cover image for What Are Some of Your Favourite Visual Studio Code Extensions?
ifrah for Toru

Posted on • Updated on

What Are Some of Your Favourite Visual Studio Code Extensions?

Hi everyone!

So I've been using co-pilot for the nearly a year and it's been a real game changer for me. I definitely feel more productive and work quicker. Are there any other extensions or tools that you've come across and found to be particularly useful?

Since my projects span across different languages and frameworks, I'm all ears for recommendations on extensions for anything.

The extensions I'm currently using are below:

Image description

Top comments (35)

Collapse
 
phalkmin profile image
Paulo Henrique

There is only one that everyone should install marketplace.visualstudio.com/items...

Collapse
 
ifrah profile image
ifrah

My days of talking to a rubber duck are finally over! Always wanted some company coding on those long days 🤣

Collapse
 
pavelee profile image
Paweł Ciosek

🐈‍⬛❤️

Collapse
 
swaraj_singh__ profile image
Swaraj Singh ☸️

Now that's what I was looking for 🙌🏻

Collapse
 
ccoveille profile image
Christophe Colombier • Edited

About great extensions you didn't already mentions, I would recommend using the following ones:

Image description

ErrorLens turbo-charges language diagnostic features by making diagnostics stand out more prominently, highlighting the entire line wherever a diagnostic is generated by the language and also prints the message inline.

Image description

Image description

Indent-Rainbow

A simple extension to make indentation more readable

Image description

  • And something that was an extension and now a native settings

code.visualstudio.com/blogs/2021/0...

settings.json

{
    "editor.bracketPairColorization.enabled": true,
    "editor.guides.bracketPairs":"active"
}
Enter fullscreen mode Exit fullscreen mode

Image description

Collapse
 
ifrah profile image
ifrah

Thanks for the list. These look great!

Collapse
 
alexanderlamdan profile image
Alexander

Image description
Image description
Image description
Image description
Image description
Image description

Collapse
 
pioche profile image
Ridwan Yunus

Broooooooo, these extensions are many

Collapse
 
alexanderlamdan profile image
Alexander • Edited

I just forget to delete some of them🤣🤣. But most of time I use a lot of themes

Thread Thread
 
rayyannafees profile image
Rayyan Nafees

Use VScode Profiles to manage diff extensions for diff projects

Collapse
 
ccoveille profile image
Christophe Colombier

About GitHub copilot, did you try Codeium ?

I like it too.

Collapse
 
ifrah profile image
ifrah

Not yet, I've heard a lot of great things about Codeium. I can't really fault Copilot too much yet to consider switching. I'm still on the look out for a free solid alternative though!

Collapse
 
rayyannafees profile image
Rayyan Nafees

The Only great thing about codium is that it's free lol

Thread Thread
 
ccoveille profile image
Christophe Colombier

Haha. Touché

Collapse
 
olivia7722 profile image
Hui🌻

A new tool called MarsCode is free now, maybe u can have a try.dev.to/dancemove_marscode/marscode...

Thread Thread
 
ifrah profile image
ifrah

Thanks! looks interesting

Collapse
 
sapegin profile image
Artem Sapegin

Color Highlight

Highlights colors in the code.

Color Highlight

Code Spell Checker

Spellchecker for Markdown, comments, variable names, functions, etc.

Code Spell Checker

Code Spell Checker

Emoji Console Log

Inserts console.log() statement with a random emoji and a variable (object, function, etc.) under your cursor to make debugging JavaScript and TypeScript code easier.

Emoji Console Log

And Squirrelsong Light theme.

Collapse
 
ccoveille profile image
Christophe Colombier

About spell/style checker, I recommend using also

marketplace.visualstudio.com/items...

Based on github.com/crate-ci/typos

Typos and codespell work pretty well together. They will often provide same typos, but it's OK. But using them both will also raise issues one wouldn't.

For style checking I also use

marketplace.visualstudio.com/items...

And

marketplace.visualstudio.com/items...

It helps me to solve many grammar issues

Collapse
 
sapegin profile image
Artem Sapegin

Thanks! I use LanguageTool as a standalone app, going to try these extensions...

Collapse
 
best_codes profile image
Best Codes

This one has been BY FAR the handiest for me!
codeium.com
marketplace.visualstudio.com/items...

It is like GitHub Copilot but free. It has an in-editor AI chat, AI refactor, awesome AI autocomplete, and more!

Image description

Best extension I've ever found.

Other than that, I just use Prettier and some other formatting tools.

Collapse
 
jluterek profile image
James Luterek

VSCode REST - marketplace.visualstudio.com/items...

Less known, but very useful.

Collapse
 
silverphoenixg profile image
Silver Phoenix

One of my favorite extensions.

marketplace.visualstudio.com/items...

Image description

Collapse
 
paimonchan profile image
Paimonchan

i would recommend using this theme
marketplace.visualstudio.com/items
Image description?itemName=RobbOwen.synthwave-vscode

Collapse
 
Collapse
 
ccoveille profile image
Christophe Colombier

Contextive seems interesting. I have never heard about it

Collapse
 
killbunny profile image
Killbunny • Edited

Other than the many awesome extensions many people has posted in comments,
For productivity, Highlight-words makes looking for text on log files so easy. And for fun, I can't live without background anymore

Collapse
 
puneetsingh802 profile image
puneetsingh802

Here are some additional extensions -

Path Autocomplete
marketplace.visualstudio.com/items...

Code Spell Checker
marketplace.visualstudio.com/items...

Collapse
 
hiruthicsha profile image
hiruthicSha • Edited

This is by-far the most used extension. Changing multiple terms while preserving its casing.

Multi Cursor Case Preserve

Example gif from extension author

Collapse
 
ijay profile image
Ijay

I like codeium AI but there are many auto-completion tools you can check out: freecodecamp.org/news/ai-tools-to-...
For more extension check Youtube.

Collapse
 
ccoveille profile image
Christophe Colombier

Thanks, I will have look

Collapse
 
jerone profile image
Jeroen van Warmerdam

Extension Update Reporter will give you a report of the extensions changelog when an extension is updated.
marketplace.visualstudio.com/items...

Some comments may only be visible to logged-in visitors. Sign in to view all comments.