Block commenting in Gedit?

前端 未结 8 1250
一生所求
一生所求 2020-12-23 09:18

Is there a way to comment out a chunk of highlighted code?

I am programming in ruby, and I hate putting # on lines individually.

8条回答
  •  甜味超标
    2020-12-23 09:37

    You should try gmate! It is a package of cool plugins for Ruby (and not only Ruby) developement under gedit.

    You can comment and uncomment bunch of lines like in Sublime or TextMate

提交回复
热议问题