Shortcut for "Choose Inheritor"

已回答

Hi, I'm using IntelliJ IDEA with a Ruby plugin. In a module, I see a green icon on the left bar (CodeLens) that I can click with a mouse to view all the classes including this module. How can I do this with a keyboard?

I see “Go to implementations”, but when I do it, I get a black popup.

0

Try using the shortcut while on the module name you want to navigate into, not on the module keyword itself.

0

Try using the shortcut while on the module name you want to navigate into, not on the module keyword itself.

The same. A black popup

0

Aha. There is text “No implementation found”. Strange

0

Looks like a bug, Alt+Enter, Go to inheritor works fine, but Ctrl+Alt+B doesn't.

 

https://youtrack.jetbrains.com/issue/RUBY-27274/no-go-to-implementations-for-modules is probably related.

Feel free to report a new issue at https://youtrack.jetbrains.com/newIssue?project=RUBY.

1

Thanks, Serge! I just found this workaround using Alt+Enter a minute ago. It's sufficient for now.

0

请先登录再写评论。