aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* vscode: migrate collectGarbage to rust-analyzer-api.tsVeetaha2020-02-241-5/+4
|
* Improve server version infoEdwin Cheng2020-02-211-0/+1
|
* vscode: press ; to respect semicolonsVeetaha2020-02-171-1/+1
|
* Simplify TS reload logicAleksey Kladov2020-02-171-7/+0
| | | | Fixes #3164
* Init implementation of structural search replaceMikhail Modin2020-02-141-0/+1
|
* vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha2020-02-051-1/+1
|
* vscode refactoring: use more laconic export snytax, split huge string to ↵Veetaha2020-02-021-31/+14
| | | | several lines
* 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
| | | | Now, typing doc comments is much more pleasant
* Run prettier on all filesDaniel McNab2018-10-081-1/+1
|
* Fix remaining tslint suggestionsAdolfo Ochagavía2018-10-081-0/+17