Add shortcut to comment code in Eclipse

Just wondering if there is a way to add a button to the eclipse editor - for example, in Visual Studio - in the "Java view" to quickly comment or uncomment selected blocks of code?

+3
source share
1 answer

Using keyboard shortcuts isn't that easy? Ctrl+ /and Ctrl+\

+5
source

All Articles