Hello I needed to know how do I uncomment out code in eclipse? I know Crtl+Shift+C will comment out a set of code how do I undo that?
Asked
Active
Viewed 638 times
3 Answers
0
Here You have all shortcuts for Eclipse: http://www.shortcutworld.com/en/win/Eclipse.html
As You can see on point 7, its Ctrl + Shift + \
.

Krzysztof Witczak
- 512
- 1
- 5
- 20
0
As Already said, It is the same shortcut to comment and uncomment.
I Would like to precise the most important, IMHO, shortcut in Eclipse : ctrl + shift + l
which lists all the shortcuts.

A. Ocannaille
- 306
- 4
- 14