rust-analyzer/crates/ide-completion/src
Lukas Wirth 1e975d6ee4
Merge pull request #18855 from Giga-Bowser/migrate-if-let
internal: Migrate `if let` replacement assists to `SyntaxEditor`
2025-01-08 08:59:42 +00:00
..
completions internal: make::expr_prefix should return ast::PrefixExpr 2025-01-06 15:32:08 -06:00
context fix: do not offer completions within macro strings 2025-01-07 17:02:28 +05:30
render Extract logic to decide how to complete semicolon for unit-returning function into CompletionContext 2024-09-18 14:07:23 +03:00
tests fix: do not offer completions within macro strings 2025-01-07 17:02:28 +05:30
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