Ruby on Rails support for Visual Studio Code
Notice: In order for this extension to work, you must
- Open vscode at the root folder of your project.
- Have a
Gemfile
containinggem rails
, at your project root.
- Ruby on Rails "Asset Helpers" and "Tag Helpers" snippets.
.erb
syntax highlighting.- Navigation between related files through command.
- Go to Definition.
- View path, Model's static method and Model's field suggestions.
- Open online document to the side through command.
- Alt + .
- Opt + . (on Mac)
- Alt + F1
- Opt + F1 (on Mac)
formatOnSave:
rails.editor.formatOnSave
and rails.editor.[html.erb].formatOnSave
, rails.editor.[css.erb].formatOnSave
, rails.editor.[scss.erb].formatOnSave
The extension is not fully implemented form_helpers of rails edge version, exclude "select" families, "fields_for". Form Helpers
- collect most popular rails version symbols instead of just one version
- performance
This extension is made by me during my free time. Contributions are welcome!
Enjoy!