Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Document Method adding comments after method

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
nridgway Posted - Feb 13 2014 : 05:31:30 AM
As the title suggests, I would like to be able to use the Document Method snippet to add comments AFTER the method, as well as before.

Like this:

/*
 * Documentation!
 */
void foo()
{
int x = 1;
}
// End of 'foo'



Perhaps the snippet would look something like this:
/*
 * Documentation!
 */
$Method$
// End of '$SymbolName$'



I'm not even sure if this is possible, let alone a good idea, but it would make Document Method even more useful!

1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Feb 13 2014 : 7:59:24 PM
Currently this is not possible, but we are considering adding this ability to VA:

case=28417

For now, if you want to do this, hopefully moving either the first line of the function, or the comment block, is a quick and easy solution after triggering Document Method.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000