Results 1 to 21 of 21

Thread: Intellisense descriptions

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Intellisense descriptions

    Anyone have a link to the MSDN that has the tool Microsoft made which allows you to make descriptions and such for the functions in your classes?

    I can't think of its name off hand or I would have searched for it (it has been posted before).

  2. #2

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    OR,
    use C#, it has it built in. You just need to type /// above the method, and fill in the xml it automatically adds.

    I sure hope they add this into vb.net on the next release. It is definately a need.

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I read in a magazine that it was included in the next version.

    I guess you still have to use nDoc to get a good result with the tool I posted earlier. Here are more links:
    http://ndoc.sourceforge.net/

    http://vb-doc.sourceforge.net/

  5. #5

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by hellswraith
    OR,
    use C#, it has it built in. You just need to type /// above the method, and fill in the xml it automatically adds.

    I sure hope they add this into vb.net on the next release. It is definately a need.
    I am using C#, I figured this forum would get a reply faster.

    However, I am using SharpDevelop and it does not "automatically add the XML" for me.

  6. #6
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Originally posted by Edneeis
    I read in a magazine that it was included in the next version.

    I guess you still have to use nDoc to get a good result with the tool I posted earlier. Here are more links:
    http://ndoc.sourceforge.net/

    http://vb-doc.sourceforge.net/
    Do you know where you read that? I was actually showing a co-worker the C# way today, and he was pretty mad about it not being in vb.net. I thought I had heard it was going to be in the next version also, but I can't remember where I seen it.

  7. #7
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Originally posted by hellswraith
    Do you know where you read that? I was actually showing a co-worker the C# way today, and he was pretty mad about it not being in vb.net. I thought I had heard it was going to be in the next version also, but I can't remember where I seen it.
    It will be in the next version of VB.NET. I have the alpha version of Whidbey and its in there. Here is a screen shot

  8. #8

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    That's not fair, I wanna play with Whidbey, lol

    Will C# have templates?

  9. #9
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Thumbs up

    That is great news.

    Hey DevGrp, can you compact that <summary> into a single line instead of 3 lines? Will it still work?
    ~Peter


  10. #10
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    DevGrp, thanks. That was much appreciated.

    Also, we (work) have a MSDN subscription, but the alpha isn't up there to download, am I missing something? I got the pre-alpha of longhorn, but not whidbey... I am trying to get both of those up on testing machines as soon as possible for the other developers and I to start playing with and getting used to things.

  11. #11

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by MrGTI
    Hey DevGrp, can you compact that <summary> into a single line instead of 3 lines? Will it still work?
    Sure you can, it's just XML as long as it's in between tags. It works almost the same in C# as VB .NET 2004.
    Originally posted by hellswraith
    Also, we (work) have a MSDN subscription, but the alpha isn't up there to download, am I missing something? I got the pre-alpha of longhorn, but not whidbey... I am trying to get both of those up on testing machines as soon as possible for the other developers and I to start playing with and getting used to things.
    I thought it was up for a while for MSDN subscribers and then they took it off..... unless I'm thinking of something else?

    I'm sure a Beta will be coming around soon, you could just wait for that. It'll probably have alot less bugs/problems.

  12. #12
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I figure if they don't get it up there soon, I will just ask the MS rep to hook me up. The asp.net roadshow is coming here in a couple weeks, and I will see him then. Maybe he can hook me up when I am there (or better yet, it would be nice if they pass em out without having to beg for it).

  13. #13
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    The alpha version of Whidbey is not on the MSDN site. Dont know why. I got a copy when I went to the MS office for a .NET user group meeting. I think they'll be giving out copies at the ASP.NET roadshow (i signed up the one in NYC) and DevDays.

  14. #14

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Do you have to pay to go to these mettings and do they always give out free software?

    If so, link to schedual?

  15. #15
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    ASP.NET Roadshow is free. Devdays is about 70 dollars I think.

    http://www.microsoft.com/seminar/dev...4/default.mspx

  16. #16

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by DevGrp
    ASP.NET Roadshow is free. Devdays is about 70 dollars I think.

    http://www.microsoft.com/seminar/dev...4/default.mspx
    I see nothing about ASP.NET Roadshows and the Devdays is 75, 99 after feburary 10th.

    Bah

  17. #17
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Search the msdn events site.

  18. #18

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by DevGrp
    Search the msdn events site.
    No where near here. The closest event I see mentioned is a DevDay and that would still be an hour drive for me.

    **** that

  19. #19
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Didn't know if you got the correct link to the roadshow one kas, so here it is just in case.
    http://www.asp.net/roadshow/

  20. #20
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Damn its in my area today, oopps! 1 hour away isn't bad, either is $75 really. I usually have to go to LA about 2 hours in traffic and some are MUCH more expensive. The PDC was like $1500.

  21. #21

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by hellswraith
    Didn't know if you got the correct link to the roadshow one kas, so here it is just in case.
    http://www.asp.net/roadshow/
    I did

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width