DEV Community

Discussion on: Step up Your VSCode Game With These 10 Must-Have Extensions

Collapse
 
shanecandoit profile image
outOfBounds

I like "git graph" instead of git lens, it's more lightweight.
"Codebook" is good for a jupyter notebook style experience for javascript, go, and rust.
Of course, Ai auto-complete is cool, see "Copilot" and "TabNine".
Finally, add in a database extension for your db of choice and snippets for your language of choice.

Collapse
 
gaelgthomas profile image
Gaël Thomas

Thanks for sharing these, @shanecandoit!

I didn't know about "Git Graph". It looks good! Is it also highlighting the code ownership when you over a line? I mainly use "Git Lens" for that feature (yes, that's an overkill extension for that 😂).

Btw, I have never tried "CoPilot" or "TabNine" yet!