1
Answer

visual studio macros

miffta

miffta

20y
2.6k
1
Can someone please tell me if it possible to create macros that produce the common lines of code in C# for example " Console.WriteLine(""); ". I am relatively new to C# and have never used the Macros. Also is it possible to use them to write certain methods which i use frequently? Any help will or interesting info will help me lots Thanks !!
Answers (1)
0
Adam Erstelle

Adam Erstelle

NA 343 0 20y
I can't help you with the creation of macros. However, I am curious on why you would want to re-write a method you use frequently. The entire idea of Object Oriented programming is the ability to re-use code (not copy & paste).