I want to uncomment multiple line of code in eclipse, but whenever i tried to use ctl+Shift+/ it recomment the whole line of code. can anybody tell the shortcut
Asked
Active
Viewed 2,320 times
-5
-
1possible duplicate of [Eclipse comment/uncomment shortcut?](http://stackoverflow.com/questions/5534748/eclipse-comment-uncomment-shortcut) – Madhawa Priyashantha Sep 22 '15 at 15:04
2 Answers
1
You can use CTRL
+ SHIFT
+ C
to toggle comments marks.
Or CTRL
+ SHIFT
+ \
to uncomment.
More info on the Source
tab in the main menu. Or in the Key assistant: CTRL
+ SHIFT
+ L

jhamon
- 3,603
- 4
- 26
- 37
0
You can use CTRL + SHIFT + C to add comments marks. And CTRL + SHIFT + \ to uncomment.

Abhay Pore
- 75
- 8