Support the Rename LSP request type #2322
Labels
kind: enhancement
Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny
part: language server
Support for LSP in Dafny (server part; client is in ide-vscode repo)
status: planned
The team is planning to work on this in the near future
Milestone
Support this LSP request type: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename
Prerequisites
Implementation hints
Assisted renaming requires the same information as "Find references", so check out the code for that one to figure out how to implement this.
The text was updated successfully, but these errors were encountered: