We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3816d0a commit 6e86abcCopy full SHA for 6e86abc
docs/book/src/contributing/lsp-extensions.md
@@ -694,24 +694,6 @@ interface CancelFlycheckParams {}
694
695
Cancels all running flycheck processes.
696
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
715
## View Syntax Tree
716
717
**Method:** `rust-analyzer/viewSyntaxTree`
0 commit comments