aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/syntaxTree.ts
Commit message (Collapse)AuthorAgeFilesLines
* Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-5/+5
|
* Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen2019-03-031-2/+2
|
* Add vscode support for range in SyntaxTreeParamsVille Penttinen2019-03-031-9/+35
| | | | | | This enables the client to use a command to either show the live-updating version of the syntax tree for the current file. Or optionally when a selected range is provided, we then provide a snapshot of the syntax tree for the range.
* align command namingAleksey Kladov2019-01-281-2/+2
|
* Run prettier on all filesDaniel McNab2018-10-081-6/+18
|
* Apply tslint suggestions, round oneAdolfo Ochagavía2018-10-071-10/+10
|
* Refactor vscode extensionAdolfo Ochagavía2018-10-071-0/+38