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.
请先登录再写评论。
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
Aha. There is text “No implementation found”. Strange
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.
Thanks, Serge! I just found this workaround using Alt+Enter a minute ago. It's sufficient for now.