RubyMine 5.4.0 Web Help

This type of completion aims at speeding up selection of files, folders, etc. The dialog used for that purpose is called rather often, for example when adding a new Ruby SDK in the Project Structure dialog .
To automatically complete a path
  1. Open the Select Path dialog. For example, you can do so by clicking the ellipsis button , or Add SDK in the Ruby SDK and Gems page of the Project Structure dialog box.

  2. Make sure that the Path field is visible. If the field is hidden, click the Show path link.
  3. Start typing a path. RubyMine suggests a drop-down list where you can quickly find the needed directory. As you type, the suggestion list shrinks to show the matching paths only. You can also press Ctrl+SpaceCtrl+Space to show the suggestion list.
  4. Select completion from the list.

    ruby_completePath.png

See Also

Procedures:

Web Resources: