(no title)
ansonhoyt | 2 years ago
Ruby LSP already does quite a bit and started gaining go-to method abilities last month [2], though it isn't complete quite yet [3]. It's build on Prism, so promises to be more robust than past attempts. Shopify has been moving fast on improving things here.
The Rdbg integration works great too [4]. Just add a `launch.json` and VSCode can hook into the very nice capabilities Koichi Sasada has been adding to the official `debug` gem.
[1]: https://code.visualstudio.com/docs/languages/ruby
[2]: https://github.com/Shopify/ruby-lsp/releases/tag/v0.12.4
[3]: https://github.com/Shopify/ruby-lsp/issues/899
[4]: https://marketplace.visualstudio.com/items?itemName=KoichiSa...
No comments yet.