Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

lol

 

I mean automatically, it's sort of a pain to add '**************************** between every sub you have.

Edited by cel
  • *Experts*
Posted

I assume VB.NET has some kind of documentation feature like C# (maybe?). In C# you can add /// comments. If you add them above a function, it automatically scans the parameters and creates little sections for them in your comments. Later, you can build documentation from those comments.

 

Why am I mentioning this? Hopefully just about every function you have has at least a one line comment to describe it's general purpose and intended use. If so, those comment blocks are a great way to see where one function ends and another begins.

 

You can also set up Regions in code, which are collapsable areas of code.

 

I know I didn't answer your question, but... I used VB for years and loved the function separater and loved it. I missed it for awhile but didn't find a way to get it back (not in VS 1.0). But after about a week, I didn't miss it anymore. It might be back in VS 1.1 but I haven't looked.

 

-nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted
The item PlausiblyDamp mentioned is available in the VB.NET 2003 Standard edition. It is the version I am using to learn VB.NET from and I just checked and it is there and actually it is checked by default. I know it is checked by default as I have made it a point not to change any of the settings just so I can always tell how things are set at install time.

Ira Richard Smith

IraRichardSmith.Net

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...