lexical-lsp / lexical

Lexical is a next-generation elixir language server
779 stars 77 forks source link

Support for renaming functions. #711

Open scottming opened 2 months ago

scottming commented 2 months ago

This feature should be much simpler than renaming modules. I've tried it on a branch, and the core code should not exceed 100 lines. Once we finish the module renaming, we can start on this. I think it could also be part of the 0.6 milestone.