-1

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?

George G
  • 7,443
  • 12
  • 45
  • 59
Jay
  • 9
  • 2

3 Answers3

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
0

To comment any code, select it and press Ctrl + 7. Use again to undo.

spongebob
  • 8,370
  • 15
  • 50
  • 83