rust-analyzer/crates/ide-completion/src
Lukas Wirth 223979bf97
Merge pull request #18382 from dqkqd/issue-17042
fix: auto-complete import for aliased function and module
2024-10-30 09:42:46 +00:00
..
completions Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
context feat: better completions for extern blcoks 2024-10-21 22:23:16 +08: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 Merge pull request #18382 from dqkqd/issue-17042 2024-10-30 09:42:46 +00:00
completions.rs feat: suggest name in let_stmt and fn_param 2024-09-03 05:22:55 +08:00
config.rs Prepare for omittiong parts of completion data that need to be resolved 2024-09-23 04:44:31 +03:00
context.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
item.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
lib.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
render.rs Merge pull request #18382 from dqkqd/issue-17042 2024-10-30 09:42:46 +00:00
snippet.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
tests.rs Prepare for omittiong parts of completion data that need to be resolved 2024-09-23 04:44:31 +03:00