Templates?

  • Thread starter Thread starter pitdog
  • Start date Start date
P

pitdog

Ok this may be a real lame question but I will ask it anyway. In
Visiual Studio is there any place you can define a template look of all
of you methods?

For instance. I have the same calls to my logger in every method like.

LogHelper.startMethod(mName, CLASSNAME);
LogHelper.endMethod(mNamd, CLASSNAME);

I get real sick of typing this for every method. I would love to have
something to click that just put it there.

Thanks,
Brette
 
Back
Top