rust-analyzer/crates/ide-completion/src
2022-07-17 11:43:08 +05:00
..
completions Check for local IDs belong to same definition 2022-07-17 11:43:08 +05:00
context fix: Improve self param completion applicability 2022-07-16 12:28:41 +02:00
render fix: Improve self param completion applicability 2022-07-16 12:28:41 +02:00
tests Auto merge of #12773 - Veykril:self-compl, r=Veykril 2022-07-16 10:28:52 +00:00
completions.rs fix: Don't show qualified path completions for private items 2022-07-15 13:30:43 +02:00
config.rs fix: Fix fill-arguments completions not working 2022-05-13 19:52:44 +02:00
context.rs Auto merge of #12773 - Veykril:self-compl, r=Veykril 2022-07-16 10:28:52 +00:00
item.rs fix: Fix auto-ref completions inserting into wrong locations 2022-06-20 18:59:57 +02:00
lib.rs internal: Simplify some completions 2022-06-20 21:55:33 +02:00
render.rs complete raw identifier with "r#" prefix 2022-06-26 14:45:30 +08:00
snippet.rs Fix obsolete completion.snippets config 2022-07-11 17:00:40 +09:00
tests.rs disable private editable in TEST_CONFIG by default 2022-06-16 08:52:57 +08:00