DEV Community

Discussion on: VS Code extension that shows the initial value of a CSS property

Collapse
 
chrisachard profile image
Chris Achard

Neat! Did you follow any good tutorials about creating VS Code extensions? Or: how did you learn how to do it?

Collapse
 
dzhavat profile image
Dzhavat Ushev

I just followed the official docs. They explain it quite well how to get started. Also how to publish it once it's done. Had a bit of a problem with the API, though. Couldn't really find good examples of how to do my thing. At the end I just combined things from here and there because my focus was on making it work rather than figuring out the perfect and most correct way. I can always improve afterwards :)

Another good article about publishing is

Good luck if you decide on giving it a try. It's a lot of fun :)

Collapse
 
chrisachard profile image
Chris Achard

Awesome, thanks! I'll at least give it a shot on my own machine :)