rust-analyzer/crates/ide-completion/src
2024-10-01 14:05:15 +09:00
..
completions Merge from rust-lang/rust 2024-09-25 09:00:53 +03:00
context feat: suggest name in let_stmt and fn_param 2024-09-03 05:22:55 +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 Support expect in attribute completion and hover 2024-09-23 14:55:50 +03: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 Fix: Handle block exprs as modules when finding their parents 2024-10-01 14:05:15 +09:00
item.rs Add Definition kind for asm register classes 2024-09-05 10:23:00 +02:00
lib.rs Omit completion fields to be resolved later 2024-09-23 05:10:31 +03:00
render.rs Automatically add semicolon when completing unit-returning functions 2024-09-08 23:41:16 +03: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