Razmo99
Razmo99
Issue: [Smart Variable Rename](https://github.com/PowerShell/vscode-powershell/issues/261) # PR Summary This pull request implements the LSP [textDocument/rename](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename) and [textDocument/prepareRename](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareRename) handlers for PowerShell. https://github.com/PowerShell/PowerShellEditorServices/pull/2152 exposes the related service settings in vscode-powershell. ## Reviewer's Guide...
## PR Summary This pull request implements the VSCode `RenameProvider` class along with two methods within it `provideRenameEdits` and `prepareRename` the goal being to complete #261 This will allow for...