rust/crates/ide-completion/src
2022-07-27 13:48:26 +02:00
..
completions fix: Don't add braces to 'if' completion in match guard position 2022-07-23 12:25:02 -05:00
context fix: Honor ref expressions for compute_ref_match completions 2022-07-27 13:48:26 +02:00
render Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
tests Auto merge of #12773 - Veykril:self-compl, r=Veykril 2022-07-16 10:28:52 +00:00
completions.rs Run cargo fmt 2022-07-20 15:06:15 +02:00
config.rs fix: Fix fill-arguments completions not working 2022-05-13 19:52:44 +02:00
context.rs fix: Don't add braces to 'if' completion in match guard position 2022-07-23 12:25:02 -05:00
item.rs Record derive helper attributes, resolve them in IDE layer 2022-07-26 09:26:51 +02:00
lib.rs Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
render.rs fix: Autocomplete for struct fields includes receiver 2022-07-24 09:07:43 -05:00
snippet.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
tests.rs disable private editable in TEST_CONFIG by default 2022-06-16 08:52:57 +08:00