Eclipse comment/uncomment shortcut?

前端 未结 17 1262
隐瞒了意图╮
隐瞒了意图╮ 2020-11-30 16:23

I thought this would be easy to achieve, but so far I haven\'t found solutions for comment/uncomment shortcut on both Java class editor and jsf faceted we

17条回答
  •  独厮守ぢ
    2020-11-30 17:04

    Select the code you want to comment, then use Ctr + / to comment and Ctrl + / also to uncomment. It may not work for all types of source files, but it works great for Java code.

提交回复
热议问题