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?
+1
A:
If you're working on a Rails project, change the project view to Rails (change the View as: dropdown value)
Online help is here.
It looks like this is as close as it gets to the functionality you're looking for.
x1a4
2010-06-17 08:15:56
that's a pity. It would fit so well in the navigation bar. Perhaps I should file a feature request.
Simon
2010-06-17 11:00:26
A:
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.
Simon
2010-06-17 15:37:28