How to Add Eclipse TODOs to JSPs

后端 未结 2 1069
梦毁少年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:52

    Open the Preferences (Window->Preferences) and select General->Editors->Structured Text Edit->Task Tags.

    From there you can mark the "Enable searching for Task Tags" setting. Please be sure JSP is active in the Filters tab.

    Note: I'm using Eclipse Helios Service Release 2 (Build id: 20110301-1815). Preferences sections could change in different versions, you could always search for "task" in the preferences as Rob suggested.

提交回复
热议问题