Skip to content

Commit 6e86abc

Browse files
committed
remove syntaxTree from docs
1 parent 3816d0a commit 6e86abc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/book/src/contributing/lsp-extensions.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -694,24 +694,6 @@ interface CancelFlycheckParams {}
694694

695695
Cancels all running flycheck processes.
696696

697-
## Syntax Tree
698-
699-
**Method:** `rust-analyzer/syntaxTree`
700-
701-
**Request:**
702-
703-
```typescript
704-
interface SyntaxTreeParams {
705-
textDocument: TextDocumentIdentifier,
706-
range?: Range,
707-
}
708-
```
709-
710-
**Response:** `string`
711-
712-
Returns textual representation of a parse tree for the file/selected region.
713-
Primarily for debugging, but very useful for all people working on rust-analyzer itself.
714-
715697
## View Syntax Tree
716698

717699
**Method:** `rust-analyzer/viewSyntaxTree`

0 commit comments

Comments
 (0)