Does Eclipse have a hot key to comment a block? and to uncomment a block?
There are two possibilities:
ctrl + / to comment
ctrl + \ to uncomment
Note: on recent eclipse cdt, ctrl + / is used to toggle comments (and ctrl + \ has no more effect)
ctrl + shift + / to comment
ctrl + shift + \ to remove