How to get custom task tags to work in Eclipse?

前端 未结 2 1976
不知归路
不知归路 2021-02-02 01:13

tried this many times but I just can\'t figure out how to define custom tags in Tasks. I used the dialog and created different things like \"TODO2\" , or \"V2\" or \"TOVO\" (jus

相关标签:
2条回答
  • 2021-02-02 01:46

    add new task tags for java: Windows -> Preferences

    0 讨论(0)
  • 2021-02-02 01:52

    What dialog did you use to add task tags ? You should go in "Windows -> Preferences", and next "Java -> Compiler -> Task tags". In this dialog you can add task tags. Make sure that your project is using the global task tags (otherwise you must add task tags specific to your project in the project properties dialog).

    When you close the preference dialog, Eclipse should recompile your project, and the task view will show the new tags.

    0 讨论(0)
提交回复
热议问题