Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Extract Method could offer C++11 option

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
jschroedl Posted - Nov 06 2014 : 2:37:44 PM
I know you're working on other C++11 features but I want to spell out my particular request in case it's not on the list yet...

I'd like an option on "Extract Method" to extract the modern form:

ex: auto MyExtractedFunc(int parm) -> double;
3   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Nov 21 2014 : 3:18:23 PM
Thanks for the callout. I've updated the case with the c++14 style.
Mordachai Posted - Nov 21 2014 : 2:40:06 PM
Let's jump right to C++14 then:

auto MyExtractedFunc(int param)

Skip the unnecessary -> double trailer.
sean Posted - Nov 07 2014 : 11:54:00 AM
It wasn't on the list yet, but is now: case=86182

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