We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
In uVision3, I'm using F9 key as shortcut key for commenting the actual selection. However, I would like the // to be placed without the indent. Is there a way to make this work? (I know I can just press / twice, but......)
Ex.:(___ means space bar)
int x; void test() {
//____x = 10; -> Actual
_____//x = 11; -> Desired
}
Thanks in advance.
Sylvio