c# auto property gets

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • phil

    #1

    c# auto property gets

    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??

  • Michael Giagnocavo [MVP]

    #2
    Re: c# auto property gets

    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

    "phil" <anonymous@disc ussions.microso ft.com> wrote in message
    news:030f01c3a9 03$2ad3b760$a00 1280a@phx.gbl.. .[color=blue]
    > 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??
    >[/color]



    Comment

    • Roy Osherove

      #3
      Re: c# auto property gets

      On Wed, 12 Nov 2003 10:56:32 -0600, Michael Giagnocavo [MVP] wrote:
      [color=blue]
      > 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
      >
      > "phil" <anonymous@disc ussions.microso ft.com> wrote in message
      > news:030f01c3a9 03$2ad3b760$a00 1280a@phx.gbl.. .[color=green]
      >> 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??
      >>[/color][/color]

      "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.

      --
      Roy Osherove
      weblog: http://www.iserializable.com

      Comment

      Working...