rust-analyzer/crates/ide-completion/src
Lukas Wirth 1adc805dfa Cleanup
2025-01-01 15:21:54 +01:00
..
completions Cleanup 2025-01-01 15:21:54 +01:00
context Fix a case where completion was unable to expand a macro 2024-12-20 13:14:59 +02:00
render Extract logic to decide how to complete semicolon for unit-returning function into CompletionContext 2024-09-18 14:07:23 +03:00
tests Revamp auto-import exclude config 2025-01-01 15:06:44 +01:00
completions.rs feat: suggest name in let_stmt and fn_param 2024-09-03 05:22:55 +08:00
config.rs Revamp auto-import exclude config 2025-01-01 15:06:44 +01:00
context.rs Revamp auto-import exclude config 2025-01-01 15:06:44 +01:00
item.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
lib.rs Revamp auto-import exclude config 2025-01-01 15:06:44 +01:00
render.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
snippet.rs Simplify completion config path resolutions 2025-01-01 14:32:45 +01:00
tests.rs Revamp auto-import exclude config 2025-01-01 15:06:44 +01:00