mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-04 00:54:52 +00:00
Move cursor position when using item movers
This commit is contained in:
parent
10a243ea55
commit
30aae2cefb
7 changed files with 83 additions and 74 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<!---
|
||||
lsp_ext.rs hash: faae991334a151d0
|
||||
lsp_ext.rs hash: b19ddc3ab8767af9
|
||||
|
||||
If you need to change the above hash to make the test pass, please check if you
|
||||
need to adjust this doc as well and ping this issue:
|
||||
need to adjust this doc as well and ping this issue:
|
||||
|
||||
https://github.com/rust-analyzer/rust-analyzer/issues/4604
|
||||
|
||||
|
|
@ -620,7 +620,7 @@ This request is sent from client to server to move item under cursor or selectio
|
|||
|
||||
**Request:** `MoveItemParams`
|
||||
|
||||
**Response:** `TextDocumentEdit | null`
|
||||
**Response:** `SnippetTextEdit[]`
|
||||
|
||||
```typescript
|
||||
export interface MoveItemParams {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue