aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/expand_macro.ts
Commit message (Expand)AuthorAgeFilesLines
* vscode: migrate expand_macro to rust-analyzer-api.tsVeetaha2020-02-241-13/+5
* enforce camel caseAleksey Kladov2020-02-211-2/+2
* Simplify some more ctorsAleksey Kladov2020-02-171-3/+1
* Add semicolonsAleksey Kladov2019-12-311-1/+1
* Refactor server lifecycleAleksey Kladov2019-12-311-2/+3
* Move expand macro to the new contextAleksey Kladov2019-12-301-55/+47
* Enable noUnusedParameters option for vscode extensionTetsuharu OHZEKI2019-12-111-1/+1
* Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-5/+5
* Minor fix for outpu text formatingEdwin Cheng2019-11-191-1/+1
* Use DocumentProvider instead of HoverEdwin Cheng2019-11-191-23/+58
* Change return type of expand_macroEdwin Cheng2019-11-191-5/+8
* Fix npm formattingEdwin Cheng2019-11-191-8/+8
* Add recursive expand in vscodeEdwin Cheng2019-11-191-0/+45