Any way to group methods in Java/Eclipse?

前端 未结 6 2200
感动是毒
感动是毒 2021-02-12 15:11

I would like to be able to group similar methods and have them appear in my Outline view in Eclipse. This makes navigating large swaths of code a little easier on the eye, and e

6条回答
  •  耶瑟儿~
    2021-02-12 15:26

    I really miss it from the days of Smalltalk.

    The best way to denote these categories would be adding annotations to the code itself. You would then need to create a specialized outline view which uses these annotations. Sounds like a good Google Summer of Code project.

提交回复
热议问题