Is possible see all methods, fields of class or interface at once in subclass? Like in maven where possible to see effe开发者_如何学Cctive maven that includes all included pom files? May be need some plugin? Thanks.
If you open a Java file and press Ctrl+O inside the editor it will show you all fields and methods of the given class, if you press Ctrl+O once again it will additionally show all inherited methods and fields.
精彩评论