about summary refs log tree commit diff
path: root/crates/rust-analyzer/src/lsp_ext.rs
AgeCommit message (Expand)AuthorLines
2022-05-22internal: Allow OnTypeFormatting to send SnippetTextEditFelicián Németh-2/+15
2022-05-17Allow inlay hint tooltips to trigger hoversLukas Wirth-1/+2
2022-05-17Trigger hover requests on closing brace hintsLukas Wirth-0/+5
2022-04-19Allows triggering commands after an assist editJonas Schievink-3/+2
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-46/+0
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+8
2022-03-12minor: add missing definitions of lsp_ext::InlayHintLabelLukas Wirth-1/+19
2022-03-07Update LSP docsLaurențiu Nicola-1/+1
2022-03-04Load hints for part of the file onlyKirill Bulatov-0/+1
2022-03-04FixesLaurențiu Nicola-1/+0
2022-03-04Update inlay hints for upstreamLaurențiu Nicola-11/+15
2022-03-04Add experimental VSCode apiKirill Bulatov-5/+8
2022-02-07add missing snake case attribute, update hashMoritz Vetter-0/+1
2021-12-07internal: add "Shuffle Crate Graph" commandJonas Schievink-0/+8
2021-10-04Make multiple import edits work for completionsLukas Wirth-0/+5
2021-07-30feat: gate custom clint-side commands behind capabilitiesAleksey Kladov-0/+5
2021-07-27refactor: Make handle_hover handle ranges tooAlexander Gonzalez-11/+13
2021-07-27feat: Completed the client side implementation of rust-analyzer/hoverRangeAlexander Gonzalez-2/+10
2021-07-27feat: Extend the server with the hover_range capabilityAlexander Gonzalez-1/+8
2021-07-04internal: better factoring for to_proto::completionAleksey Kladov-0/+7
2021-07-02Add "View Crate Graph (Full)"Jonas Schievink-1/+8
2021-05-21Add a "Debug ItemTree" LSP requestJonas Schievink-0/+14
2021-05-18Add new LSP extension for workspace symbol lookupalcroito-1/+41
2021-05-11Allow viewing the crate graph in a webviewJonas Schievink-0/+8
2021-04-18Prevent being able to rename items that are not part of the workspaceLukas Wirth-0/+6
2021-04-14Move cursor position when using item moversJonas Schievink-1/+1
2021-04-06More robust status notificationsAleksey Kladov-15/+15
2021-03-18Item up and down moversivan770-0/+22
2021-03-11Apply review suggestionsvsrs-8/+1
2021-02-27Add LSP request and VSCode commandvsrs-0/+20
2021-02-16Enable offset-encoding capabilityAleksey Kladov-0/+4
2021-02-13Moved CodeLens to ide crateivan770-0/+8
2021-02-12fix nightly warning `legacy_derive_helpers`Peter Wischer-1/+1
2021-01-29Async Loading outdir and proc-macroEdwin Cheng-0/+1
2020-12-28Initial implementation of view-hir commandPhil Ellison-0/+8
2020-11-16Latest LSP 3.16 protocolkjeremy-1/+1
2020-11-12add open Cargo.toml actionAnatol Liu-0/+14
2020-11-10Switch to upstream protocol for resolving code actionAleksey Kladov-18/+17
2020-10-08Changes from reviewZac Pullar-Strecker-25/+5
2020-10-08WIP: Command to open docs under cursorZac Pullar-Strecker-0/+28
2020-10-02Replace 'cargo_prefix' option with 'override_cargo'Igor Aleksanov-2/+2
2020-10-02Add support of runnables arguments in Rust AnalyzerIgor Aleksanov-0/+4
2020-09-29Extend **Status** command to also show dep info for the fileAleksey Kladov-1/+7
2020-08-17Fix StatusNotificationvsrs-1/+6
2020-07-29SSR: Restrict to current selection if anyDavid Lattimore-0/+3
2020-07-24SSR: Pass current file position through to SSR code.David Lattimore-0/+5
2020-07-16Mark machine applicable fixes as preferredJeremy Kolb-0/+3
2020-07-11Update lsp-types to account for new CodeActionKind structureJeremy Kolb-2/+4
2020-07-11Make sure there are no commands in code actionsAleksey Kladov-2/+3
2020-07-07Add a command to compute memory usage statisticsJonas Schievink-0/+8