RubyMine
 
Get RubyMine

File structure

Last modified: 19 November 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 colors in the Structure tool window and the 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 highlighted in green.

Hover over icons in Structure to get additional information in tooltips about the items.