2

is there a possibility in eclipse to mark multiple lines in different classes of a project for later editing, so i can write some test code and afterwards before i release my software i got the possibility to show all the marked lines and delete or edit them ?

I know the Tasks in eclipse just not sure if this is the right way to go, because i have to enter the name of the Task everytime and there isn't the possibility to group them together as far as i know.

4

3 回答 3

5

您也可以使用注释 //TODO。两者都将显示在任务视图中,并在右侧栏上为您提供特殊标记(就像您将看到的警告或错误一样。//FIXME 也可以工作。

于 2013-10-17T17:10:10.613 回答
0

Checkout the @TODO annotated javadoc tag.

http://docs.oracle.com/javase/6/docs/technotes/guides/javadoc/taglet/overview.html

于 2013-10-17T16:27:35.963 回答
0

只是对于会看到这个问题的其他人,您可以将一行标记为布尔标记,请参阅此答案:Highlighting lines in eclipse, like with a textmarker

于 2017-08-02T13:10:22.313 回答