mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-07-07 21:25:37 +00:00
remove syntaxTree from docs
This commit is contained in:
parent
3816d0ae53
commit
6e86abc99a
1 changed files with 0 additions and 18 deletions
|
@ -694,24 +694,6 @@ interface CancelFlycheckParams {}
|
|||
|
||||
Cancels all running flycheck processes.
|
||||
|
||||
## Syntax Tree
|
||||
|
||||
**Method:** `rust-analyzer/syntaxTree`
|
||||
|
||||
**Request:**
|
||||
|
||||
```typescript
|
||||
interface SyntaxTreeParams {
|
||||
textDocument: TextDocumentIdentifier,
|
||||
range?: Range,
|
||||
}
|
||||
```
|
||||
|
||||
**Response:** `string`
|
||||
|
||||
Returns textual representation of a parse tree for the file/selected region.
|
||||
Primarily for debugging, but very useful for all people working on rust-analyzer itself.
|
||||
|
||||
## View Syntax Tree
|
||||
|
||||
**Method:** `rust-analyzer/viewSyntaxTree`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue