SWAP comments in Qt Creator
-
wrote on 8 Jul 2015, 12:57 last edited by
Hi,
is there a way to swap comments in Qt Creator?
whenever i want to write a variable i have the original line:
variable = function1(x);
For testing, sometimes i want to set this Variable to an integer, and to make it easy i always type
variable =0; // function1(x);
is there a easy way/shortcut to swap these two comments?regards
1/1