Managing Code Snippets with Visual Studio
-
Thought I'd pass this along for anyone, like myself, who just started scripting and is using Visual Studio (2019). I had setup a whole bunch of text files with code snippets for frequently used code such as spawning entities. Tired of copying and pasting, the light finally went on in my head. If VS 2019 support intellisense, it likely supports snippets of code as well. And it does. But there is a free extension that does it much better than VS and much easier than writing the snippets in xml files manually.
Called Snippet Designer, free, and easy to install and use directly from VS.
https://marketplace.visualstudio.com/items?itemName=vs-publisher-2795.SnippetDesigner&ssr=false