VSCode Reference Guide

gitlens

Gitlens-Git Supercharged

Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more.

Gitlens is a free to use extension with the option to pay for certain features.
code spell checker

Code Spell Checker

A basic spell checker that works well with code and documents. The goal of this spell checker is to help catch common spelling errors while keeping the number of false positives low.

The spell checker works similar to a word document spell checker and can catch easily overlooked mispellings, in your hidden code and display text.
polacode

Polacode-2022

Polaroid for your code 📸. Seriously, why not just take a screenshot? I like and care about the shadow, padding & rounded corner of macOS's screenshot. I want an easy way to have those nice visuals for any selection of my snippet. I want to hide errors, warnings, color decorators, folding markers, line numbers, scrollbar and minimap. It generates something decent on Windows & Linux.

Take a screenshot of your code with ease.
bracket highlighter

Bracket Highlighter

This extension is for people that want a more "in the face" approach on highlighting content between symbols. Symbols can be custom defined, the extension is not limited to only brackets. Sadly the extension name cannot be changed retroactively. It provides a very configurable CSS style markup for the whole text between opening and closing symbols or only the symbols themselves. There are preset options for all kinds of brackets.

Allows for you to highlight brackets and/or content between brackets so you can easily identify the content between the brackets you're currently working in. You can also utilize this feature to easily determine whether or not the section you are in is bracketed off correctly.