RubyMine 5.4.3 Web Help

File | Settings | Project Settings | Project Structure | Load Path

RubyMine | Preferences | Project Settings | Project Structure | Load Path

Use this page to specify the path where require and load statements will look for files. The specified paths will be used in code completion for require and load. If the load path is not defined, code completion will suggest only the paths relative to the project root.

ItemTooltip and shortcutDescription
Load pathThis area contains the list of roots included in the load paths. These roots will be used in code completion for the require and load statements.
addAdd Alt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertCtrl+N or Alt+InsertAlt+InsertAlt+InsertCtrl+N or Ctrl+EnterControl N or Control EnterControl N or Control EnterMeta N or Control EnterControl N or Control EnterClick this button to add a new root to the load path using the Select Path dialog.
deleteRemove Alt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteMeta+DeleteMeta DeleteMeta DeleteMeta DeleteMeta DeleteClick this button to delete the currently selected root from the load path.

See Also

Procedures:

Web Resources: