mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Clarify in 3.14 as well.
This commit is contained in:
parent
80175932c6
commit
a2a2094c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -4227,7 +4227,7 @@ export interface DocumentOnTypeFormattingRegistrationOptions extends TextDocumen
|
|||
```
|
||||
#### <a href="#textDocument_rename" name="textDocument_rename" class="anchor">Rename Request (:leftwards_arrow_with_hook:)</a>
|
||||
|
||||
The rename request is sent from the client to the server to perform a workspace-wide rename of a symbol.
|
||||
The rename request is sent from the client to the server to ask the server to compute a workspace change so that the client can perform a workspace-wide rename of a symbol.
|
||||
|
||||
_Request_:
|
||||
* method: 'textDocument/rename'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue