Mark / highlight code in Eclipse (to view code)

In some cases, I need to mark (a few) lines of code in Eclipse. For example, when viewing or when testing. Is there a feature or plugin in Eclipse that can help me?

For now, I just put #REVIEWED or #TOBEREVIEWED in rows or around blocks. But this is a lot of work.

Any ideas?

  • EDIT . I know about this Bookmark function, but it seems to cover only one line.
  • EDIT2 . I also know Task tags like TODO and FIXME thanks to E-Riz
+4
source share
3 answers

( //TODO), Eclipse. , , //TO-REVIEW.

, , . . Eclipse.

0

, GitHub?

, Eclipse,
( ).

, , ​​ , Eclipse.

  • git, GitHub Eclipse EGit Eclipse Mylyn.
  • perforce ( ).

, , Eclipse -, . SCM.

0

You can use the Eclipse plugin as a Jupiter to view the code. This will help identify problems (if any) in the code blocks with commentary on the review, without touching the actual code. Code review comments are stored in the Jupiter files in your project. The developer can see these problems, correct and comment on them.

0
source

Source: https://habr.com/ru/post/1539595/


All Articles