rust-analyzer/crates/ide_completion/src
bors[bot] 48cd733c9e
Merge #10956 #10986
10956: minor: Bump deps r=Veykril a=lnicola

bors r+

10986: fix: Fix lint completions not working for unclosed attributes r=Veykril a=Veykril

Fixes #10682
Uses keywords and nested `TokenTree`s as a heuristic to figure out when to stop parsing in case the attribute is unclosed which should work pretty well as attributes are usually followed by either of those.
bors r+

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-12-11 14:58:07 +00:00
..
completions Merge #10956 #10986 2021-12-11 14:58:07 +00:00
render Merge #10950 2021-12-07 21:57:59 +00:00
tests Merge #10956 #10986 2021-12-11 14:58:07 +00:00
completions.rs Add support for qualified struct names 2021-11-23 10:57:29 -06:00
config.rs Simplify 2021-10-11 21:49:50 +02:00
context.rs internal: completion: split out more PathKinds from ImmediateLocation 2021-12-07 22:49:42 +01:00
item.rs Introduce SymbolKind::Derive 2021-12-04 18:18:09 +01:00
lib.rs Show case-insensitive exact matches instead of fuzzy flyimport for short paths 2021-12-11 14:47:11 +01:00
patterns.rs internal: completion: split out more PathKinds from ImmediateLocation 2021-12-07 22:49:42 +01:00
render.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
snippet.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
tests.rs Remove CompletionKind in favor of CompletionItemKind 2021-10-27 17:23:43 +02:00