I just signed up with GitHub today and setup my repository. I will be placing all new stuff within GitHub for download as well as slowly transitioning code and such from existing posts to GitHub. There is a link at the top right of the blog, but the url is https://github.com/NecroMonkey
Tag: scripting
Using VSCode snippets to apply your script template
Previously I wrote about the need for standardizing scripts and showed the template that I made. The question is how to easily start your scripts from the template. You can open the template and save it as a new file but I think that is extra work I do not want to do. If your script editor allows for the use of code snippets, things become easier. My editor of choice is Visual Studio Code (VSCode) and I will show you how to create a code snippet for your template. You can use this to easily add repeatable code to your scripts. Again, this is being done with VSCode which is what I recommend as I love the script analyzer that it has as well as the ability to expand its functionality with community created extensions. Continue reading “Using VSCode snippets to apply your script template”