RubyMine
 
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

View source file structure

Last modified: 04 April 2024

RubyMine allows you to examine the high-level structure of the opened file using the Structure tool window Alt07. You can use this tool window to quickly navigate between methods or tests in Ruby files, elements in HTML and ERB files, database tables and table columns in schema files, and so on.

Structure view

You can see the VCS status color hints in the Structure tool window and Structure popup if your project is under version control. It helps you track changes in files. The names of modified objects become blue, and the names of the newly added objects appear in the tool window highlighted in green.