aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/lsp_ext.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add a "Debug ItemTree" LSP requestJonas Schievink2021-05-211-0/+6
|
* Allow viewing the crate graph in a webviewJonas Schievink2021-05-111-0/+2
|
* Move cursor position when using item moversJonas Schievink2021-04-131-1/+1
|
* Sacrifice for the semicolon godAleksey Kladov2021-04-061-3/+3
|
* More robust status notificationsAleksey Kladov2021-04-061-4/+5
|
* Fix tsfmt and eslint warningsivan7702021-03-181-3/+3
|
* Remove movable array, improve client codeivan7702021-03-181-1/+1
|
* Item up and down moversivan7702021-03-181-0/+13
|
* Apply review suggestionsvsrs2021-03-111-4/+1
|
* Remove erroneous commentvsrs2021-02-271-1/+1
|
* Add LSP request and VSCode commandvsrs2021-02-271-0/+9
|
* Update vscode for new statusEdwin Cheng2021-01-281-1/+1
|
* Initial implementation of view-hir commandPhil Ellison2020-12-281-0/+1
|
* add open Cargo.toml actionAnatol Liu2020-11-131-0/+6
|
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-101-6/+0
| | | | | | Note that we have to maintain custom implementation on the client side: I don't see how to marry bulitin resolve support with groups and snippets.
* Code reorganisation and field supportZac Pullar-Strecker2020-10-081-1/+1
|
* Changes from reviewZac Pullar-Strecker2020-10-081-10/+1
|
* WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-081-0/+11
|
* Support 'runnables' options in the vs code extensionIgor Aleksanov2020-10-021-0/+2
|
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-291-1/+4
| | | | This should help with troubleshooting wrong project configuration
* Fix LSP requests with no argumentsLaurențiu Nicola2020-09-171-3/+3
|
* Fix some typosKirill Bulatov2020-08-281-1/+1
|
* Fix StatusNotificationvsrs2020-08-171-1/+4
|
* SSR: Restrict to current selection if anyDavid Lattimore2020-07-291-0/+1
| | | | | The selection is also used to avoid unnecessary work, but only to the file level. Further restricting unnecessary work is left for later.
* SSR: Pass current file position through to SSR code.David Lattimore2020-07-241-0/+2
| | | | In a subsequent commit, it will be used for resolving paths.
* Add a command to compute memory usage statisticsJonas Schievink2020-07-071-0/+1
|
* Implement StatusBarAleksey Kladov2020-07-021-0/+3
|
* Add reload workspace commandAleksey Kladov2020-07-011-1/+1
|
* Add light-weight snapshot testing library with editor integrationAleksey Kladov2020-06-271-0/+1
|
* Add hover actions as LSP extensionvsrs2020-06-051-0/+12
|
* Fix review commentsMikhail Rakhmanov2020-06-031-1/+0
|
* Merge remote-tracking branch 'upstream/master' into compute-lazy-assitsMikhail Rakhmanov2020-06-021-9/+8
|\ | | | | | | | | # Conflicts: # crates/rust-analyzer/src/to_proto.rs
| * Spec better runnablesAleksey Kladov2020-06-021-1/+1
| |
| * New runnables APIAleksey Kladov2020-06-021-8/+7
| |
* | Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-021-0/+7
|/
* Change Runnable.bin -> Runnable.kindveetaha2020-05-311-1/+4
| | | | | | As per matklad, we now pass the responsibility for finding the binary to the frontend. Also, added caching for finding the binary path to reduce the amount of filesystem interactions.
* Document `parentModule` experimental LSP requestAleksey Kladov2020-05-251-1/+1
|
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-0/+84