For further actions, you may consider blocking this person and/or reporting abuse
Read next
🚀 Introducing LlamaPReview - Free AI PR Review Assistant That Actually Understand Your Repo
Jet Xu -
Hitting your goals on time: Lessons from my first year in web development.
Abdulrahim -
Setting Up an Ubuntu Dev Environment with Multipass and VS Code Remote-SSH
Daniel Puig Gerarde -
I made a simple vscode extension for json comparison
Farzan -
Top comments (59)
Thanks for the Angular Snippets love!
Thanks for the GitLens mention!
Thank you for creating it. It's amazing!
Thanks for the Project Manager mention!
You're welcome. Thank you for making it. It's awesome! And welcome to dev.to :)
Thanks for sharing this comprehensive list Dzhavat 👍 I had not heard of the Project Manager or CSS Flexbox Cheatsheet extensions before and am checking them out now.
I have a few that I must have
ctrl+s
= well formatted code.Synthwave x Fluoromachine is what I've been using. It takes the original idea and turns it up to 11.
I didn't know about Settings Sync until now. This is perfect for switching between my mac and pc. Cheers!
All great! In particular Settings sync has been a huge help with jumping between machines. Thanks for sharing Brad 👍
Obviously Random Name Generator!
Just kidding, I wrote that one when I just wanted an excuse to get to know the VS Code API.
Here's a few I like:
Azure Pipelines
Azure Repos
Bracket Pair Colorizer 2
C#
Live Share
Peacock
PowerShell
I think they're all pretty straightforward for why I like them and how they're used. The only non-obvious thing, is that with the Azure Pipelines extension, you can change the language of a YAML build definition from
YAML
toAzure Pipelines
and get some better intellisense.Thanks for the Peacock love!
It's stopped me from "doing a dumb" more than a couple times!
We have similar tastes I see 🙂. Definitely a good list of extensions Thomas and thanks for sharing them 👍
GitLens - it allows me to quickly see history both for files and for individual lines within a file and quickly compare to see what changed without having to remember (or look up) git diff commands.
Yessss. GitLens is fantastic. Thanks for sharing Shawn 👍
The "Remote Development" Extension (pack). This is just amazing! I use it daily and I would cry like a little child when someone would take it away from me! This makes daily development so much easier! Just set up your remote env and from that point just open VS Code and everything is setup. Amazing!
I also published a post about my VS Code setup. There I talk about the other extensions I use.
Lol well I don't think anyone is gonna take it away from you and I'm glad to hear it's been helpful. Thanks for sharing your input and for the post about your setup. It's always fun to see how other devs have everything configured 👍
Some of my current favorites:
console.log()
with the code path in case you're like me and like to litter them all over the placeWhoa Toggle Quotes is pretty neat! Thanks for sharing Marcelo 👍
Glad you like Peacock, thanks :)
GitHub Pull Requests
Great for PR checkouts/reviews.
Remote Development Extension Pack
The only way I want to develop now. So much so that I wrote a talk about it.
Gist
Awesome extension for managing/editing your Gists.
Docker
Great for linting Dockerfiles & docker-compose files. Also gives nice insight to containers, images, networks and volumes on your machine.
Angular Snippets (Version 8)
Snippets that speed up my Angular work. Thank you @john_papa for the countless hours you've saved me with this one.
Bracket Pair Colorizer 2
Nice coloring of brackets to identify where you're at and what's closed.
Glad you like the Angular Snippets, thanks :)
Nice Mike. Would've been surprised considering recent events if you hadn't included the Remote Development one. Good stuff and thanks for sharing 👍
My favorite language-agnostic extensions
Shameless plug: These are all grouped together into my language agnostic extension pack: Essentials
Others that I'm test driving, but I'm not sold on yet include:
This is a fantastic list. A bunch I had not heard of so thanks for sharing Braden 👍
Glad you like Peacock, thanks :)
Git Graph - Does exactly what it says
Git Lens - Git on steroids
Atlassin Bitbucket - issue tracking, code review, pull requests all inside the editor
Docker - Managing images and containers
VscodeVim - Good way to learn vim
Horizon Theme - My current theme
That Git Graph shows some nice visualizations of my project's history and the Horizon theme looks nice too. Thanks for sharing Quintus 👍
Remote Development is a tool I use every day. It makes it so easy to work on server code.
VsCodeVim is great for people like me who love vim, but also want to use a more modern experience. I especially love how vim macros work in VS Code.
I really need to take the time to learn Vim keyboard shortcuts. I'm very jealous and it's cool to hear the extension helps keep you moving with that skill. Thanks for sharing Jarett 👍