## Description Implement [Rename Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename). This needs information about what declarations are available, where is this declaration used (over multiple files) and so on. ## Desired Features - [ ] Rename stuff - Rename variables inside classes - Rename classes (models, packages) and update includes / usages in all other files / packages / classes / ... - [ ] Server tests - [ ] Client end to end tests
Description
Implement Rename Request.
This needs information about what declarations are available, where is this declaration used (over multiple files) and so on.
Desired Features