Prerequisites
Capistrano
gem should be downloaded and installed on your computer.
Capistrano changes to the UI
Once installed, Capistrano introduces the following changes to the RubyMine UI:
- node appears in the menu, with the nested commands and .
- Capistrano run/debug configuration becomes available.
Capistrano support
Capistrano support in RubyMine includes:
- Syntax and error highlighting.
- Code completion in Capfile.
- 5.0+Structure view for Capfile and deploy.rb.
So doing, the Structure view shows Capistrano tasks:

- capability to run Capistrano tasks.
- Available Capistrano tasks appear in the Go to Symbol suggestion list:

