rust/crates/ide_completion/src
bors[bot] 1ae20d2b89
Merge #8132
8132: Add `'` to trigger_characters, allowing more direct lifetime completions r=Veykril a=Veykril

Fixes having to type a character after `'` to complete lifetimes and labels

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-03-21 15:57:14 +00:00
..
completions Merge #8132 2021-03-21 15:57:14 +00:00
render Store an AstId for procedural macros 2021-03-18 16:11:18 +01:00
completions.rs Add basic lifetime completion 2021-03-20 23:25:07 +01:00
config.rs rename completion -> ide_completion 2021-02-17 17:53:31 +03:00
context.rs Add ' to trigger_characters, allowing more direct lifetime completions 2021-03-21 11:05:04 +01:00
generated_lint_completions.rs Format generated features manually instead of relying on rustfmt 2021-02-27 16:25:06 +02:00
item.rs increase completion relevance for items in local scope 2021-03-14 08:00:47 -07:00
lib.rs Less reallocations 2021-03-21 11:45:37 +02:00
patterns.rs clippy::complexity simplifications related to Iterators 2021-03-21 13:13:34 +01:00
render.rs Add label completion 2021-03-21 01:02:22 +01:00
test_utils.rs Make group imports configurable 2021-03-07 10:15:17 +02:00