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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top