aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands.ts
Commit message (Expand)AuthorAgeFilesLines
* Use `.rs` file ending to get syntax highlightingJonas Schievink2021-05-211-1/+1
* Add a "Debug ItemTree" LSP requestJonas Schievink2021-05-211-0/+50
* Allow viewing the crate graph in a webviewJonas Schievink2021-05-111-0/+8
* Move cursor position when using item moversJonas Schievink2021-04-131-22/+4
* Improve cursor positioning after movingivan7702021-03-181-1/+14
* Fix tsfmt and eslint warningsivan7702021-03-181-1/+1
* Remove movable array, improve client codeivan7702021-03-181-1/+5
* Item up and down moversivan7702021-03-181-0/+28
* Support multiple parents in parentModule in vscode-clientLukas Wirth2021-03-151-9/+15
* Merge #7799bors[bot]2021-03-131-9/+43
|\
| * Add progress reportingvsrs2021-02-271-16/+17
| * Add LSP request and VSCode commandvsrs2021-02-271-9/+42
* | Improve version displayLaurențiu Nicola2021-03-121-3/+2
|/
* Merge #7625bors[bot]2021-02-101-1/+13
|\
| * Add **Copy Run Command Line** command for vscodeAleksey Kladov2021-02-101-1/+13
* | use await insteadSahandevs2021-02-091-15/+10
* | formatSahandevs2021-02-071-5/+5
* | handle Thenable type rejectsSahandevs2021-02-071-5/+10
|/
* Fix resolveCodeAction trying to edit files before creating themLukas Wirth2021-02-051-3/+3
* Merge #7068bors[bot]2021-01-031-0/+55
|\
| * Remove some unnecessary code copied from the Syntax Tree commandPhil Ellison2021-01-011-17/+3
| * Initial implementation of view-hir commandPhil Ellison2020-12-281-0/+69
* | Apply text edits manually in vscode clientLukas Wirth2020-12-291-2/+8
|/
* Use workspace applyEdit instead of snippetWorkspaceEditDaiki Ihara2020-12-211-1/+1
* add open Cargo.toml actionAnatol Liu2020-11-131-0/+21
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-101-5/+6
* Fix resolveCodeAction requestLaurențiu Nicola2020-10-131-2/+2
* Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-081-1/+1
* Code reorganisation and field supportZac Pullar-Strecker2020-10-081-3/+3
* WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-081-2/+23
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-291-7/+12
* Fix LSP requests with no argumentsLaurențiu Nicola2020-09-171-3/+3
* Fix delimiter in SSR exampleLaurențiu Nicola2020-09-151-1/+1
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-021-4/+4
* SSR: Restrict to current selection if anyDavid Lattimore2020-07-291-2/+3
* SSR: Fix a typescript lint warningDavid Lattimore2020-07-241-1/+1
* SSR: Pass current file position through to SSR code.David Lattimore2020-07-241-3/+11
* Add a command to compute memory usage statisticsJonas Schievink2020-07-071-0/+32
* Add reload workspace commandAleksey Kladov2020-07-011-2/+2
* Merge #5119bors[bot]2020-06-291-3/+9
|\
| * Show notification while SSR is in progressDavid Lattimore2020-06-291-3/+9
* | Fix SSR prompt following #4919David Lattimore2020-06-271-1/+1
|/
* Add custom cargo runnersvsrs2020-06-241-2/+2
* Add `rust-analyzer.gotoLocation` commandvsrs2020-06-181-0/+14
* Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-021-2/+17
* Move run commands to commands.tsAleksey Kladov2020-06-021-14/+60
* Document `parentModule` experimental LSP requestAleksey Kladov2020-05-251-3/+3
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-1/+1
* Less rust-analyzer specific onEnterAleksey Kladov2020-05-251-5/+5
* Flatten commands.tsAleksey Kladov2020-05-251-0/+370