rails-extension-power-pack
An extension pack of my favorite VS Code extensions for Ruby on Rails development. (by andrewmcodes)
ruby-lsp
An opinionated language server for Ruby (by Shopify)
Our great sponsors
rails-extension-power-pack | ruby-lsp | |
---|---|---|
1 | 11 | |
12 | 671 | |
- | 12.8% | |
10.0 | 10.0 | |
9 months ago | 8 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rails-extension-power-pack
Posts with mentions or reviews of rails-extension-power-pack.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-25.
-
vscode suggestions
Andrew Mason's extension pack - https://github.com/andrewmcodes/rails-extension-power-pack
ruby-lsp
Posts with mentions or reviews of ruby-lsp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-03.
-
What extensions do you use for Ruby / Rails development on VS Code?
Links: Ruby-lsp , vscode addon
-
Unlock the Potential of VS Code for Ruby Programming
I am biased, but failing to mention Ruby LSP in this article is a big omission in my opinion. The gem is here https://github.com/Shopify/ruby-lsp and the extension here: https://github.com/Shopify/vscode-ruby-lsp
I just found https://github.com/Shopify/ruby-lsp/issues/61 and https://github.com/Shopify/ruby-lsp/issues/338. Did you made some progress outside these issues? Anything that I could track or follow? I‘m really interested in your solution :D
Thanks. You might like to watch this RFC PR https://github.com/Shopify/ruby-lsp/pull/429 (from me) with the proof of concept implementation of indexing and a very simplistic go to definition implementation, which is now being productionized properly. The indexing logic has moved into Syntax Tree and now we have access to a uniform API in Ruby LSP.
-
vscode suggestions
Ruby LSP and its associated extension: https://github.com/Shopify/ruby-lsp
- The Rails Foundation
-
What’s Ruby used for most nowadays?
Shopify is working on something that has lots of potential based on the number of hands in board.
-
State of the Ruby language server (LSP) ecosystem / looking for suggestions
https://github.com/Shopify/ruby-lsp Fairly new project, started in June. Digging through issues indicates it's meant to complement Sorbet's language server. Seems immature right now; it only supports a few queries and does so in janky ways. Probably not the best choice right now, but seems promising.
What are some alternatives?
When comparing rails-extension-power-pack and ruby-lsp you can also consider the following projects:
solargraph - A Ruby language server.
ruby_language_server - Language Server implementation in Ruby for Ruby. Development happens on the develop branch. Production is master.
turbo-android - Android framework for making Turbo native apps
orbacle - Program allowing for smart jump-to-definitions, autocompletion, constant renaming and more.
terramena - Use colmena to provision nixos hosts created by Terraform
RailsAutoCompleteHelper - Autocomplete helper for Ruby on Rails projects that pulls data from model files
lib-ruby-parser - Ruby parser written in Rust