DEV Community

Ady Ngom
Ady Ngom

Posted on

VSCode Tutorial - Faster Coding With User Snippets

Besides being absolutely free, one of my most favorite feature when it comes to VS Code as an IDE is the flexibility and extensibility it provides no matter the programming language of your choice. You literally have an array of productivity tools at your fingertips via the extensions tab.

Sometimes though, you might want something that is very specific to your coding style or to your company’s coding convention and you might struggle in finding just the right package that can satisfy that needs.

This is where having your user defined snippets can become very handy, and VS Code makes it really easy to create them.

Oldest comments (5)

Collapse
 
adyngom profile image
Ady Ngom • Edited

Hello Max and thank you for the kind words. I have actually turned the snippet generator into a snippet lol :) I talk about it in the video since I found the process repetitive. I did create a gist for it
gist.github.com/adyngom/9a97c51bd9...
I'll expand and add more details to the article. The one you shared is great and I hope VSCode takes notice and integrates it as part of the IDE that would be dope.
Cheers

Collapse
 
therealparmesh profile image
Parmesh

I like this approach - especially as an alternative to unnecessary abstractions!

Collapse
 
adyngom profile image
Ady Ngom

Indeed as long as it’s intuitive and easy to remember I’m a taker

Collapse
 
douxsey03 profile image
DoUx Sey ba

Nice Tips Really Thanks Master Ady.

Collapse
 
adyngom profile image
Ady Ngom

You are welcome and I'm glad you find it useful Jedi DouxSey :)