facebook

Code that implements an Interface

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #271160 Reply

    Tony Herstell
    Participant

    Often when you are jumping through the code from class to class you end up at a dead end looking at an Interface where what you wanted was the Impl of the interface.

    Can you add the ability when you click on an Interface for MyEclipse to offer the classes that implement that Interface as well as the interface itself as options to jump to?

    #271172 Reply

    Loyal Water
    Member

    This can be a nice feature to have in the IDE. Ill take it to the management when we have a few more people voting in its favor.

    #271173 Reply

    Tony Herstell
    Participant

    Cool.
    Everyone moans about it.
    At least the alt-backarrow allows you to back up (found that eventually).
    How many people really will read this compared to 150,000+ subscribers?

    #271274 Reply

    arjan.tijms
    Member

    I’m in strong support for this feature. As coincidence wants is, I was just about to ask for a similar feature 😉

    On top of just offering a list of classes, it would be a killer feature to use runtime statistics for offering the most likely candidate (based on historical usage) first. For example, in some piece of code of mine, I make heavily use of the Map interface. As everyone knows, Map is implemented by a dozen of classes. Even in just my project there are quite a number of classes implementing it. However, in this particular piece of code, there is (currently) only one single kind of map used.

    Implementing this feature however would require a modification of the Java editor, something I don’t think MyEclipse had done before.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Code that implements an Interface

You must be logged in to post in the forum log in