rust/crates/ide-completion/src
2024-02-11 13:33:29 +02:00
..
completions Initial version of term_search for autocomplete 2024-02-11 13:33:29 +02:00
context feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
render Auto merge of #16525 - Veykril:item-loc, r=Veykril 2024-02-10 10:47:37 +00:00
tests feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
completions.rs Initial version of term_search for autocomplete 2024-02-11 13:33:29 +02:00
config.rs Add config for preferring / ignoring prelude modules in find_path 2023-11-11 14:56:38 +01:00
context.rs ide-completion: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
item.rs ide-completion: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
lib.rs Add lete to postfix completion list 2024-02-06 13:13:51 +02:00
render.rs Initial version of term_search for autocomplete 2024-02-11 13:33:29 +02:00
snippet.rs Always render the path to be imported in the completion detail 2023-12-11 18:37:12 +01:00
tests.rs unnecessary_filter_map 2024-01-31 19:06:18 +01:00