rust-analyzer/crates/ide-completion/src
2025-01-06 15:32:08 -06:00
..
completions internal: make::expr_prefix should return ast::PrefixExpr 2025-01-06 15:32:08 -06:00
context minor: New clippy lints 2025-01-06 17:57:17 +01: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 Hide synthetic locals from completions 2025-01-04 16:48:08 +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 Hide synthetic locals from completions 2025-01-04 16:48:08 +01:00
item.rs minor: New clippy lints 2025-01-06 17:57:17 +01:00
lib.rs Revamp auto-import exclude config 2025-01-01 15:06:44 +01:00
render.rs minor: New clippy lints 2025-01-06 17:57:17 +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