-
Storing Code snippets
Is there a way to store code snippets in VB.NET. I have some common comment blocks I use, like File headers that contain a bunch of File info like company, version, description, author, so on and so forth. I started looking into Macros, but that seemed liek it was for keystrokes, not code snippets.
-
Just select the comments and then drag them over to your toolbox. When you want to use them you just do the opposite.
-
Huh, I didn't know you could do that. That's pretty cool. Thanks!