How to Add Eclipse TODOs to JSPs

后端 未结 2 1073
梦毁少年i
梦毁少年i 2021-02-07 09:00

There is a way to add \"TODO\"s to Java classes so that they will show up in Eclipse\'s Tasks view.

//TODO: comment about what needs done

Does

2条回答
  •  抹茶落季
    2021-02-07 09:37

    Look around Eclipse preferences - you can type "task" as a filter text - you should find options there to enable task tags for JSPs.

提交回复
热议问题