Author |
Topic |
|
EugeneKozlov
Senior Member
Russia
39 Posts |
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. |
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
EugeneKozlov
Senior Member
Russia
39 Posts |
Posted - Nov 04 2015 : 01:55:25 AM
|
Nice feature, thank you. |
|
|
|
Topic |
|
|
|