DEV Community

Discussion on: What are your favorite VS Code extensions and why?

Collapse
 
michaeljolley profile image
Michael Jolley

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.

Collapse
 
clarkio profile image
Brian Clark 💡

Nice Mike. Would've been surprised considering recent events if you hadn't included the Remote Development one. Good stuff and thanks for sharing 👍

Collapse
 
john_papa profile image
John Papa

Glad you like the Angular Snippets, thanks :)