Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Last active November 19, 2020 18:17
Show Gist options
  • Save marcduiker/8dd0e785891176006f1c563ca5932fc3 to your computer and use it in GitHub Desktop.
Save marcduiker/8dd0e785891176006f1c563ca5932fc3 to your computer and use it in GitHub Desktop.
My fav VSCode extensions! πŸ‘¨β€πŸ’»

I ❀ VSCode and its extensibility. You can browse for available extensions from within VSCode (CTRL+SHIFT+X) or via the marketplace.

Besides the regular C# and Azure(Functions) extensions I use, these are my favorite VSCode extensions:

  • Gistpad: Write gists without leaving VSCode. My all time fav! I use gists more and more these days, for micro blogging, taking notes, and capturing ideas. ✍
  • REST Client: Great alternative for Postman. πŸ“«
  • GitLens: Easily check the git history of a file/line of code.
  • Code Spell Checker : I make typos, lost of them. βœ…
  • markdownlint: Points out all my markdown errors. πŸ“
  • Live Share: Share your code with ease, it's amazing! 🀯
  • Azure CLI: I ❀ Azure CLI. This extension is great when you're writing larger scripts and want to run commands directly from the editor.
  • YAML: I still don't like writing YAML. But this at least prevents me from going insane. πŸ€·β€β™€οΈ
  • Bracket Pair Colorizer: Trust me, you need this. I wish it worked on brackets in YAML values as well though. 🌈

On my list to explore:

  • Codetour: Record and playback guided walkthroughs of your codebase πŸ—Ί. I really have to try this for #AzureFunctionsUniversity! <⚑>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment