Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I jump to a method in RubyMine?

Tags:

rubymine

In Visual Studio, the editor has a drop-down list of functions in the current class; clicking on one will take me to the top of that function. Is there a way to get a similar behaviour from RubyMine?

like image 378
Simon Avatar asked Jun 17 '10 08:06

Simon


People also ask

How do I go to a specific method in IntelliJ?

Browse through methodsPress Alt+Down or Alt+Up . To visually separate methods in code, in the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Editor | General | Appearance and select the Show method separators option. To open the Structure tool window, press Alt+7 .

How do I search in RubyMine?

From the main menu, select Navigate | Search Everywhere or press Shift twice to open the search window. By default, RubyMine displays the list of recent files.

How do I go back to a call method in IntelliJ?

On the menu bar, choose View | Navigate | Next My Code Call or View | Navigate | Previous My Code Call. Press Ctrl+Right or Ctrl+Left .


1 Answers

I suggested this as a feature request to the folks at JetBrains, and within the day they got back to me to tell me about the 'File Structure Popup' on ^F12 which does very nearly what I want; it's an extra keypress but I can live with it.

like image 114
Simon Avatar answered Sep 29 '22 13:09

Simon