Navigation from java to groovy

it was very comfortably to have in the java interface list implemented and goovy implemented class. Also it would be desirable to have a navigation (ctrl alt B) from java to Groovy class which interface implemented ...

0
6 comments
Avatar
Permanently deleted user

As far as I understand you want navigation to super interface, since ctrl-alt-B works in the opposite direction taking you to the inheritors of the class/interface.
Or am I missing your usecase?

Eugene.

0
Avatar
Permanently deleted user

1. java-interface have green icon - who implements this interface. at this point, if I click on this icon, I see only Java classes, and do not see goovy-classes
2. but with the same methods icon.
2. for example, in my code I have a field-declaration -
private IMyInterface imyInterfaceImpl;
3. I want to move on to the method that I call. the standard approach for me is to select a method and press ctrlaltb, I get a list of classes that implemented this method. And go to your preferred option.

0
Avatar
Permanently deleted user

What version of the plugin are you using? We have implemented this feature some time ago, and if it does not work for you, then it is a rather serisous bug. See the attachment.



Attachment(s):
java2groovy.JPG
0
Avatar
Permanently deleted user

0.12011. see attachment



Attachment(s):
plugins.GIF
spit_view.GIF
0
Avatar
Permanently deleted user

Aha, I see. This has been fixed in the last plugin version. This version require IDEA 7530 to function properly.

0
Avatar
Permanently deleted user

Am I mistaken, or is #7523 the latest release available?


Addendum: Naturally, within minutes of posting this, #7531 is released.


Randall Schulz

Message was edited by:
Randall Schulz

0

Please sign in to leave a comment.