about summary refs log tree commit diff
path: root/crates/rust-analyzer/src/to_proto.rs
AgeCommit message (Expand)AuthorLines
2022-07-18Add simple support for completion item detailsLukas Wirth-0/+7
2022-06-20fix: Fix auto-ref completions inserting into wrong locationsLukas Wirth-20/+19
2022-06-18feat: add fold range for multi line match arm listharpsword-1/+2
2022-05-19Enable hovering function parameter inlay hintsLukas Wirth-4/+7
2022-05-19internal: Improve inlay hint tooltipsLukas Wirth-15/+25
2022-05-17Allow inlay hint tooltips to trigger hoversLukas Wirth-18/+20
2022-05-17Trigger hover requests on closing brace hintsLukas Wirth-6/+18
2022-05-17Replace some SmolStr usages with String as the conversion happens anywaysLukas Wirth-18/+18
2022-05-16Fix signature help LSP offset conversionJonas Schievink-3/+7
2022-05-16Show inlay hints after a `}` to indicate the closed itemJonas Schievink-4/+7
2022-05-14feat: Add binding mode inlay hintsLukas Wirth-16/+19
2022-05-12internal: Remove redundant offset data in annotationsLukas Wirth-14/+10
2022-05-10Fix inverted signature help settingJonas Schievink-1/+1
2022-05-01Initial config revampLukas Wirth-13/+9
2022-04-19Allows triggering commands after an assist editJonas Schievink-0/+6
2022-04-17Bump depsLaurențiu Nicola-0/+1
2022-04-12Merge #11883bors[bot]-0/+14
2022-04-12fix: move dir on rename modrainy-me-0/+14
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-10/+11
2022-04-03suggest infered type in auto completehkalbasi-0/+1
2022-04-02Simplify completion import insertionLukas Wirth-1/+1
2022-03-20Merge #11771bors[bot]-2/+10
2022-03-20feat: Visualize compiler inserted reborrows via inlay hintsLukas Wirth-2/+10
2022-03-19Merge #11755bors[bot]-3/+10
2022-03-18Rename call info to "signature help"Jonas Schievink-3/+3
2022-03-18feat: Implement lifetime elision hintsLukas Wirth-3/+10
2022-03-16feat: Add return type hints for closures with block bodiesLukas Wirth-4/+9
2022-03-16Mark chaining hints as types, since that's what they areLaurențiu Nicola-2/+1
2022-03-12minor: Pad type inlay hints if no colons are requestedLukas Wirth-1/+2
2022-03-12minor: add missing definitions of lsp_ext::InlayHintLabelLukas Wirth-2/+2
2022-03-11fix: Allow configuration of colons in inlay-hintsLukas Wirth-8/+10
2022-03-08Add back colons around inlay hintsLaurențiu Nicola-2/+6
2022-03-07Improve inlay hint paddingLaurențiu Nicola-3/+13
2022-03-07Merge #11445bors[bot]-4/+10
2022-03-07Fix parameter hint positionLaurențiu Nicola-1/+4
2022-03-05Fix highlighting of `Self`Lukas Wirth-1/+5
2022-03-04Remove debugging leftoversKirill Bulatov-1/+1
2022-03-04Clean up the redundant hints code and configKirill Bulatov-5/+5
2022-03-04FixesLaurențiu Nicola-2/+2
2022-03-04Update inlay hints for upstreamLaurențiu Nicola-8/+8
2022-03-04Add experimental VSCode apiKirill Bulatov-6/+9
2022-01-02internal: Handle macro calls better in highlightingLukas Wirth-0/+1
2021-12-04Introduce SymbolKind::DeriveLukas Wirth-3/+6
2021-12-04Introduce SymbolKind::AttributeLukas Wirth-4/+7
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-3/+3
2021-12-03Remove syntax highlighting hack for builtin attrsLukas Wirth-3/+6
2021-10-29Fix Plaintext textDocument/hovervsrs-2/+9
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-1/+1
2021-10-27Remove `CompletionKind` in favor of `CompletionItemKind`Lukas Wirth-1/+1
2021-10-18Pull in new lsp-types for VS compatLaurențiu Nicola-52/+52