Java – Eclipse: is there any way to use method bold in this class when displaying the method list (ctrl space)?

Erosion:

When displaying the method list (ctrl space), is there any way to find the method name in this class in bold? NetBeans has or at least one function. It displays the names of the methods found in the class in bold, while the inherited methods maintain normal text

This makes it easy to know which methods in the class you are editing

Is there any way to do this in the latest version of eclipse?

thank you.

Solution

It seems that eclipse does not support it

What I do in this case (solution):

>Open the affected class (navigate – > open type...) > Press ctrl-o, which will display the methods implemented in this class. > Press Ctrl - O again, which will also display the inherited method

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>