aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/index.ts
Commit message (Expand)AuthorAgeFilesLines
* vscode refactoring: use more laconic export snytax, split huge string to seve...Veetaha2020-02-021-31/+14
* vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha2020-02-021-1/+1
* Apply the api design suggestionsKirill Bulatov2020-01-151-2/+15
* Another attempt to add multiple editsKirill Bulatov2020-01-151-2/+2
* Add semicolonsAleksey Kladov2019-12-311-2/+2
* Refactor server lifecycleAleksey Kladov2019-12-311-7/+18
* Restore internal applySourceChange commandAleksey Kladov2019-12-301-0/+8
* Hints are not commandsAleksey Kladov2019-12-301-2/+0
* Move all commands to ctxAleksey Kladov2019-12-301-1/+16
* Refactor runablesAleksey Kladov2019-12-301-2/+3
* Move expand macro to the new contextAleksey Kladov2019-12-301-1/+1
* Refactor show syntax tree actionAleksey Kladov2019-12-301-1/+1
* Run prettier on all filesAleksey Kladov2019-12-301-3/+5
* Move parentModule to the new CtxAleksey Kladov2019-12-301-1/+1
* Refactor applySourceChangeAleksey Kladov2019-12-301-3/+1
* Move joinLines to the new CtxAleksey Kladov2019-12-301-1/+1
* Move matching brace to new CtxAleksey Kladov2019-12-301-1/+1
* More second command to CtxAleksey Kladov2019-12-301-0/+7
* Start new ctx moduleAleksey Kladov2019-12-301-1/+1
* Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-1/+1
* Add recursive expand in vscodeEdwin Cheng2019-11-191-0/+2
* Fix linter issuesKirill Bulatov2019-07-251-2/+2
* Show type decoratorsKirill Bulatov2019-07-251-1/+3
* switch to official extend selection APIAleksey Kladov2019-04-211-2/+0
* ad status commandAleksey Kladov2019-01-221-0/+2
* Format vscode extension and add npm run fixAdolfo Ochagavía2018-10-091-2/+2
* Add on-enter handlerAleksey Kladov2018-10-091-1/+3
* Run prettier on all filesDaniel McNab2018-10-081-1/+1
* Fix remaining tslint suggestionsAdolfo Ochagavía2018-10-081-0/+17