A collection of my favorite VS Code extensions for Ruby on Rails development.
You can install the extension pack from Open VSX or the Visual Studio Marketplace.
Extension | Version | Description |
---|---|---|
YAML | YAML Language Support by Red Hat, with built-in Kubernetes syntax support | |
VSCode Ruby | Syntax highlighing, snippet, and language configuration support for Ruby | |
VSCode rdbg Ruby Debugger | Ruby's rdbg debugger support for VSCode | |
Simple Ruby ERB | Provides simple Ruby and ERB language, code snippets and ERB tag helper support for Visual Studio Code without messing with linting or debugging | |
Ruby Solargraph | A Ruby language server featuring code completion, intellisense, and inline documentation | |
Ruby | Ruby language support and debugging for Visual Studio Code | |
RBS Syntax | ||
rails-latest-migration | Opens the latest migration created in a Ruby on Rails app. | |
Rails Schema | This extension provides a new way to see the DB tables and columns in a Rails project. | |
Rails Run Specs | Rails Run Spec Files | |
Rails Routes Navigator | Display Routes of Rails, search incremental and navigate to the source location | |
Rails Routes | Definition and Completion provider for Rails Routes. | |
Rails Flip-Flop | Flip from application code to the related test/spec, and vice versa. | |
Procfile | Grammar & features for Procfiles | |
Rails Fast Nav | Ruby on Rails Navigation | |
Gem Lens | Shows the latest version of a gem in Gemfile and gemspec | |
ERB Formatter | Format ERB files with speed and precision. | |
endwise | Wisely add "end" in Ruby. | |
Colorized Access Modifiers | Colorize the Access Modifiers to identify the code under them | |
Better Haml | Better Haml syntax highlighting, auto close and suggestions | |
YARD Documenter | Document Ruby source code with YARD | |
Rails Docs | Easily access Rails API docs pages from within VSCode. |