rust/crates/ide-completion/src
bors d101439c77 Auto merge of #12627 - yue4u:fix/struct-variant-patterns, r=Veykril
fix: complete enum variants as patterns in pattern path

close #12593
2022-07-02 17:18:24 +00:00
..
completions Auto merge of #12627 - yue4u:fix/struct-variant-patterns, r=Veykril 2022-07-02 17:18:24 +00:00
context fix: Fix auto-ref completions inserting into wrong locations 2022-06-20 18:59:57 +02:00
render fix: escape for enum variant 2022-07-02 23:17:29 +09:00
tests Auto merge of #12627 - yue4u:fix/struct-variant-patterns, r=Veykril 2022-07-02 17:18:24 +00:00
completions.rs fix: variants rendering in pattern path 2022-07-02 20:31:24 +09:00
config.rs
context.rs fix: Fix completions for locals not working properly inside macro calls 2022-06-27 14:39:44 +02: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 Split remaining completion calls on the context kinds 2022-06-20 13:17:30 +02:00
tests.rs disable private editable in TEST_CONFIG by default 2022-06-16 08:52:57 +08:00