DEV Community

Discussion on: Git cheatsheet inside VS Code

Collapse
 
pipawoz profile image
pipawoz

Amazing!
Did you use any program/plugin to develop the extension? Any resource to learn? Thanks!

Collapse
 
dzhavat profile image
Dzhavat Ushev

Thanks! I hope you'll give it a try :)

As for developing an extension, there's a really great CLI tool that can help you to get started. I can recommend the Your First Extension in the official VS Code docs. I started there and it's really easy to follow.