Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 $MethodArgPureType$ and $MethodArgResolvedType$ re

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
andre.horst Posted - Apr 15 2011 : 05:01:30 AM
I would like to have additional snippet possibilities for refactoring, especially for document method. The following example demonstrates the problem.

typedef int mytype ;
/// $MethodArgType$ >> const mytype * &
/// $MethodArgPureType$ should >> mytype
/// $MethodArgResolvedType$ should >> int
void f( const mytype*& p )
{
}

I need a snippet-placeholder for the pure type "mytype" and the resolved type "int". Additionally some may find it useful to have the modifiers separate.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Apr 15 2011 : 12:24:00 PM
This is an interesting idea, I have put in a feature request to see what our developers make of it

case=56833

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