-5

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

binaryakash
  • 124
  • 7

2 Answers2

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