Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Easier uncommenting parameters with '/'

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
EugeneKozlov Posted - Nov 01 2015 : 01:59:38 AM
Hello,

If I need to comment some parameter, I just double-click on name and press '/':

void foo(int /*a*/)

However, if I need to uncomment this parameter, I should manually select comment without double-click, because double-click selects '*/)' as single token:

void foo(int /*a*/)
void foo(int /*a*/)
void foo(int /*a*/)

Thank you.
2   L A T E S T    R E P L I E S    (Newest First)
EugeneKozlov Posted - Nov 04 2015 : 01:55:25 AM
Nice feature, thank you.
feline Posted - Nov 02 2015 : 3:59:34 PM
Are you aware of VA's new Extend Selection command? By default this is mapped to Shift+Alt+], or via the VA context menu, which you can map to a mouse click in:

VA Options -> General -> Execute VA Context Menu upon Middle-Click in text editor

It is also in the VA menU:

VAssistX -> Smart Select -> ...

This lets you select the parameter with a couple of key presses, or a mouse double click and a key press. Not quite as fast as a double click, but changing what double click does is likely to run into unwanted edge cases.

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