Mastering Ruby Code Navigation: Ruby LSP Enhancements in the First Half of 2024

In the first half of 2024, Ruby LSP has made significant strides in code navigation, especially with improvements to its indexer. This post delves into major enhancements like hover, go-to-definition, completion, and signature help, alongside experimental features like ancestors hierarchy request and guessed types. The Rails addon has also been updated with better navigation between models, views, and controllers. New Ruby core classes and module features are now available, although there are limitations with literals. These enhancements aim to boost developer productivity and offer a more seamless coding experience, showcasing the evolving nature of Ruby LSP.

https://railsatscale.com/2024-07-18-mastering-ruby-code-navigation-major-enhancements-in-ruby-lsp-2024/

To top