Intellisense Descriptions

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

    Intellisense Descriptions

    I'm trying to get descriptions for my properties and methods inside my
    classes to appear in Intellisense. I'm using VB.Net, does any know how to do
    this...? If so an example would be very much appreciated...

    Thanks,

    Dan


  • Jon Skeet

    #2
    Re: Intellisense Descriptions

    alien2_51 <dan.billow@n.o .s.p.a.m.monaco coach.com> wrote:[color=blue]
    > I'm trying to get descriptions for my properties and methods inside my
    > classes to appear in Intellisense. I'm using VB.Net, does any know how to do
    > this...? If so an example would be very much appreciated...[/color]

    You need to use XML documentation, which isn't available in the current
    version of VB.NET as it is. However, there are plug-ins you can get to
    support it. See


    --
    Jon Skeet - <skeet@pobox.co m>
    Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

    If replying to the group, please do not mail me too

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Intellisense Descriptions

      Hello,

      "alien2_51" <dan.billow@n.o .s.p.a.m.monaco coach.com> schrieb:[color=blue]
      > I'm trying to get descriptions for my properties and methods
      > inside my classes to appear in Intellisense. I'm using VB.Net,
      > does any know how to do this...?[/color]

      There are some tools available which can be used to generate the XML file
      required for the tooltips:

      My XML Comments FAQ:

      VB Commenter

      -> section "VB Commenter"

      XML Documentation

      -> section "XML Documentation"

      VBXC - VB.NET XML Commentor


      NDOC (formerly DOC.NET)


      VB.DOC


      --
      Herfried K. Wagner
      MVP ยท VB Classic, VB.NET
      Die Website von H. Wagner zu .NET, Visual Basic .NET und Classic Visual Basic.



      Comment

      Working...