Bug 507486 - [navigation] Ctrl+Click on class should allow to navigation similar to interfaces after Bug 507294
Summary: [navigation] Ctrl+Click on class should allow to navigation similar to interf...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 4.7 M4   Edit
Assignee: Noopur Gupta CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on: 507294
Blocks:
  Show dependency tree
 
Reported: 2016-11-14 10:51 EST by Lars Vogel CLA
Modified: 2016-11-17 07:51 EST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2016-11-14 10:51:21 EST
+++ This bug was initially created as a clone of Bug #507294 +++

One of the nicest features we have is that if I click on an interface method holding the ctrl key I can jump to its implementation.

Bug 507294 implemented that for interface types also (thanks). I suggest to have similar actions available for classes (abstract or normal).

Currently for classes we offer another workflow. We expect our users to press F4 to see the type hierarchy.
Comment 2 Lars Vogel CLA 2016-11-17 07:51:10 EST
Very cool. Thanks Noopur.