Hacker News new | ask | show | jobs
by thrownaway954 2059 days ago
this is where rubymine really shines, you can right click and select "goto definition" which takes you right to the class that defines the method.
2 comments

In other editors either Solargraph (via LSP) or even just exuberant ctags will give you the same facility.
Rubymine really is a fanatastic IDE.