Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Jun 15, 2024
1 parent f375d9b commit ecb6894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user-manual/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ Shows the Abstract Syntax Tree of the currently focused on script as it is uder
Warning: if document's identation is done with tabs instead of spaces it may not show accurate symbol span data.
Requires [debug features](#witcherscript-idedebugenabledebugfeatures) to be enabled.

### `witcherscript-ide.debug.showScriptCst`
*"Show script CST"*
Shows the Concrete Syntax Tree of the currently focused on script as it is uderstood by the language server.
Warning: if document's identation is done with tabs instead of spaces it may not show accurate symbol span data.
Requires [debug features](#witcherscript-idedebugenabledebugfeatures) to be enabled.

### `witcherscript-ide.debug.contentGraphDot`
*"Show content graph"*
Shows the graph in Graphviz .dot format representing the overall content dependency graph of the workspace.
Expand Down

0 comments on commit ecb6894

Please sign in to comment.