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

View source file structure

Last modified: 30 May 2023

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 also see the VCS status color hints in the Structure tool window if your project is under version control. It helps you to make tracking changes in files more convenient. The names of modified objects become blue, and the names of the newly added objects appear in the tool window highlighted in green.

Highlighting changes in files