is there any plugin for eclipse that supports “go to implementation” feature.
This feature is available for EJBS where clicking on method name directly goes to implmentation instead of going to remote interface. Find usages for a Bean’s Method also looks for Remote Iterface usages. Which is a very important feature offered by IntelliJ Idea and can be invoked by using ctrl +alt +B key on a method name.
I know there is a source forge project called “Find Implementors” but that does not seem to work properly.
I feel this is one of the very basic ffeatures that a EJB compliant IDE should support.
I am currently evaluating eclipse + different plugins for use in our group.