How to comment a block in Eclipse?

前端 未结 17 2112
一整个雨季
一整个雨季 2020-12-07 08:52

Does Eclipse have a hot key to comment a block? and to uncomment a block?

17条回答
  •  既然无缘
    2020-12-07 09:26

    Eclipse Oxygen with CDT, PyDev:

    Block comments under Source menu

    Add Comment Block Ctrl + 4

    Add Single Comment Block Ctrl+Shift+4

    Remove Comment Block Ctrl + 5

提交回复
热议问题