Is it possible to use multiline todo's in IntelliJ IDEA?

前端 未结 7 1222
一整个雨季
一整个雨季 2020-12-15 02:06

If yes, how ?

If not, is there a workaround to get similar functionality ?

EDIT:

What I mean is something like this :

// TODO line1
         


        
7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-15 02:54

    You can use FIXME and TODO using tabs as follows

    //FIXME: first line
    // second line
    // third line
    

    For more information please refer to the documentation

提交回复
热议问题