LSP Request: Implement prepare rename
We want to implement various LSP requests that were present in the old language server in the new language server.
Acceptance criteria
- We implement prepare rename from the LSP specification.
- Tests are added showing it works.