c# auto property gets

  • Thread starter Thread starter phil
  • Start date Start date
P

phil

is there any way the c# ide can auto complete the
properties / methods etc similar to VB.net - seems like
a lot of typing for the guys that convert to c#.. Any
options I need to turn on??

VB may be more productive from this point of view??
 
Wait for VS.NET 8 ("Whidbey"). Apart from that, there are some 3rd party
addons for VS.NET. I forget the name, but one had "Code" in its name.
-mike
MVP
 
Wait for VS.NET 8 ("Whidbey"). Apart from that, there are some 3rd party
addons for VS.NET. I forget the name, but one had "Code" in its name.
-mike
MVP

"CodeSmith" - totally free.
Also, look into creating macros in vs.net - pretty easy.
I also recommend Codesmart.net by Axtools.com (not free but very good).
they have loads of features including text expansion like you are seeking.
 
Back
Top