Have you ever got the chance to use RubyMine Quick Generators? Always wanted Sublime Text to include this feature ?
Now you got it !
- Quick Generators
- Quick Rake Tasks
- Quick Capistrano Tasks
- Quick Bundle Install
- Quick Goto View (Currently Supports only .haml)
Simply open a Rails project with your Sublime Text 3 and use the following shortcuts:
CTRL+ALT+B
Bundle InstallCTRL+ALT+G
GeneratorsCTRL+ALT+C
Capistrano TasksCTRL+ALT+R
Rake TasksCTRL+ALT+V
Goto View
RVM (default) & RBENV
Configure the following options in QuickRails.sublime-settings
file in order to activate them.
- "check_for_rbenv": false
- "check_for_rvm": true
- Fixed support for both ST2/ST3
- Fixed Bundle Install on Windows
- Back in Bussines !
- Added GoTo View
- Added Spring Support
- Added ST3 Support
@danpe, @driehle, @jonarrien