DEV Community

Discussion on: 💻My Web Development VS Code Settings, theme, Extensions, tips and tricks

Collapse
 
wouterjoosse profile image
Wouter Joosse

I find GitLens to be an excellent extension. Very useful to see the git history per line of code.

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Yeah at work I have also installed GitLens but it is not a must for me. I find it helpful when you work in teams and you want to see who to ask if you don't understand something.

For my pet projects I usually just use the terminal for git commands :)

Collapse
 
wouterjoosse profile image
Wouter Joosse

Yeah, for pet projects where you're the only one writing code it might be overkill :)

Thread Thread
 
lampewebdev profile image
Michael "lampe" Lazarski

but git blame is fun :D