I am working in Apex code on the Eclipse IDE for the Salesforce.com platform.
Is there a way to comment (or uncomment) multiple lines of code using two forward slashes easily?
Java shortcuts of Ctrl + Shift + / don't work in Apex that I can tell. I was hoping to find a method similar to the one in Xcode where you can highlight multiple lines, then Command + /.
I didn't find any threads dealing with Apex comments here on Stackoverflow, but will gladly take the whipping for not being thorough if someone is able to find it.
I specifically don't want to use the /* */ method of multiple line commenting because of the logical flaw with that method. I also don't want to explain that particular logic flaw at the moment.
Many thanks in advance, Ted S.