Bug 563354

Summary: Need an vertical ruler annotation to show implementation(s)
Product: [Eclipse Project] Platform Reporter: Gao Hao <1520080049>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: 1520080049, aobuchow
Version: 4.15   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
The annotation marker in NetBeans to hint that the method has implementation
none
show definition and references in github is good as well none

Description Gao Hao CLA 2020-05-19 12:17:57 EDT
Created attachment 282935 [details]
The annotation marker in NetBeans to hint that the method has implementation

There is already a override annotation in Eclipse IDE, so I think it is possible to implement a implementation annotation to indicates the method has implementation(s).
Comment 1 Andrew Obuchowicz CLA 2020-05-19 12:52:20 EDT
Checkout preferences for "Code Minings". It allows an annotation to see the available implementations of a function. Is that what you're looking for?
Comment 2 Gao Hao CLA 2020-05-19 13:00:48 EDT
I know the Code Minings, by click the CodeLens 'n implementations', it invokes the Search View to display implementations. 
1) There are too much Views we need to open.
2) The CodeLens can disappear and appear in the Editor while coding.
Comment 3 Gao Hao CLA 2020-05-19 13:07:23 EDT
Created attachment 282938 [details]
show definition and references in github is good as well


`Open implementation` by `Ctrl + Click` the method can sometimes cause the IDE get stuck.