I am looking to make a simple vs code snippet that can print the following:
const Example = 'example'
I am looking to type "example" in one time, like this:
const $1 = '$1'
I am looking to add a transform to the first one that will make the first letter automatically uppercase.