|
|
|
|
|
by thepaulmcbride
244 days ago
|
|
Ruby is really let down by the tooling around the language. The language itself would be so much more fun to write if the lsp would reliably jump to the definition of functions etc that seem to appear out of no where. It has been the biggest source of frustration for me while learning Ruby. |
|
I have an "on save" hook that runs ripper-tags on every file save. This keeps the definitions always up to date.