rust-analyzer/crates/ide-completion/src
2025-01-08 23:51:18 +05:30
..
completions refactor test helpers within ide-completions 2025-01-08 23:51:18 +05:30
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 refactor test helpers within ide-completions 2025-01-08 23:51:18 +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 refactor test helpers within ide-completions 2025-01-08 23:51:18 +05:30