Bug 563354 - Need an vertical ruler annotation to show implementation(s)
Summary: Need an vertical ruler annotation to show implementation(s)
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.15   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-19 12:17 EDT by Gao Hao CLA
Modified: 2020-05-19 13:07 EDT (History)
2 users (show)

See Also:


Attachments
The annotation marker in NetBeans to hint that the method has implementation (42.29 KB, image/png)
2020-05-19 12:17 EDT, Gao Hao CLA
no flags Details
show definition and references in github is good as well (94.32 KB, image/png)
2020-05-19 13:07 EDT, Gao Hao CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.