rust-analyzer/crates/ide/src
bors[bot] 0c37b3a0fc
Merge #7353
7353: Add LifetimeParam and ConstParam to CompletionItemKind r=matklad a=Veykril

Adds `LifetimeParam` and `ConstParam` to `CompletionItemKind` and maps them both to `TypeParam` in the protocol conversion as there are no equivalents, so nothing really changes there.
`ConstParam` could be mapped to `Const` I guess but I'm split on whether that would be better?

Additions were solely inspired by (the single) test output for const params.

Also sorts the variants of `CompletionItemKind` and its to_proto match.



Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-01-22 15:31:47 +00:00
..
diagnostics Remove obsolete RangeInfo usage in rename 2021-01-18 20:28:20 +01:00
display Merge #7353 2021-01-22 15:31:47 +00:00
references Remove obsolete RangeInfo usage in rename 2021-01-18 20:28:20 +01:00
syntax_highlighting Merge #7353 2021-01-22 15:31:47 +00:00
typing Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
call_hierarchy.rs Remove obsolete RangeInfo usage in references 2021-01-18 21:10:01 +01:00
diagnostics.rs Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
display.rs Don't expose SyntaxKind from IDE API 2020-12-18 19:28:48 +03:00
doc_links.rs Fix broken link in intra-doc 2021-01-22 20:06:45 +09:00
expand_macro.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
extend_selection.rs . 2021-01-20 01:56:11 +03:00
file_structure.rs Move SymbolKind to ide_db 2021-01-20 15:25:34 +01:00
fixture.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
fn_references.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
folding_ranges.rs Use items can also have doc comments 2020-12-04 17:09:40 +01:00
goto_definition.rs Cleanup tests 2021-01-22 15:13:18 +03:00
goto_implementation.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
goto_type_definition.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
hover.rs Fix broken link in intra-doc 2021-01-22 20:06:45 +09:00
inlay_hints.rs . 2021-01-20 01:56:11 +03:00
join_lines.rs . 2021-01-20 01:56:11 +03:00
lib.rs Move SymbolKind to ide_db 2021-01-20 15:25:34 +01:00
markdown_remove.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
markup.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
matching_brace.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
parent_module.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
prime_caches.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
references.rs Remove obsolete RangeInfo usage in references 2021-01-18 21:10:01 +01:00
runnables.rs Merge #7353 2021-01-22 15:31:47 +00:00
status.rs Include countme crate to count important data structures. 2021-01-21 19:30:52 +03:00
syntax_highlighting.rs Move SymbolKind to ide_db 2021-01-20 15:25:34 +01:00
syntax_tree.rs Swap assert_eq_text\!(expected, actual) 2021-01-16 13:30:26 +09:00
typing.rs Phase out SourceFileEdits in favour of a plain HashMap 2021-01-14 22:43:36 +01:00
view_hir.rs Address review suggestion, fix tidy tests 2021-01-01 19:25:18 +00:00