about summary refs log tree commit diff
path: root/editors/code/src/commands/syntax_tree.ts
AgeCommit message (Expand)AuthorLines
2020-04-22Refactor the workaround a bitveetaha-19/+16
2020-04-22Work around crlf in syntax treeveetaha-2/+38
2020-04-02vscode: postrefactorveetaha-12/+6
2020-04-02vscode: postrefactor variable namesveetaha-8/+8
2020-04-02vscode: add goto definition from rust file to syntax tree editorveetaha-5/+83
2020-04-02Merge #3817bors[bot]-1/+4
2020-04-02vscode: add highlighting of syntax treeveetaha-1/+4
2020-04-02vscode: add support for light themes and color customization for syntax tree ...veetaha-2/+4
2020-03-31vscode: small refactorveetaha-1/+1
2020-03-31vscode: scroll to the syntax node in rust editor when highlightingveetaha-1/+2
2020-03-31vscode: apply review nitsVeetaha-1/+1
2020-03-31vscode: use ctx.subscriptions instead of local .disposablesveetaha-15/+12
2020-03-31vscode: add syntax tree inspection hovers and highlightsveetaha-53/+116
2020-03-02Centralize the check for languageId on documentJulien Roncaglia-2/+3
2020-02-25vscode: migrate syntax_tree to rust-analyzer-api.tsVeetaha-20/+7
2020-02-17Simplify some more ctorsAleksey Kladov-3/+1
2020-02-05vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha-0/+2
2020-02-02vscode: use void where possibleVeetaha-1/+1
2020-02-02vscode extension: migrate from any to unknown where possibleVeetaha-1/+1
2019-12-31Add semicolonsAleksey Kladov-1/+1
2019-12-31Fix NPEsAleksey Kladov-5/+4
2019-12-30Reformat with tsfmtAleksey Kladov-2/+2
2019-12-30Move expand macro to the new contextAleksey Kladov-4/+3
2019-12-30CleanupAleksey Kladov-10/+10
2019-12-30Refactor show syntax tree actionAleksey Kladov-0/+106