Add rename support to the ruby-lsp
#57
Labels
enhancement
New feature or request
pinned
This issue or pull request is pinned and won't be marked as stale
Full support for renaming things, like method names and constants is pretty difficult and should be left for the Sorbet LSP. However, our LSP can support renaming some simple things that don't require complete type checking, like:
Remember that our LSP doesn't parse every file in the code base, so our renames are limited to the current file.
Documentation: https://microsoft.github.io/language-server-protocol/specification#textDocument_rename
The text was updated successfully, but these errors were encountered: