rust-analyzer/crates/ide-completion/src
Chayim Refael Friedman cfb701ac78 Get rid of $crate in expansions shown to the user
Be it "Expand Macro Recursively", "Inline macro" or few other things.

We replace it with the crate name, as should've always been.
2024-09-18 18:30:59 +03:00
..
completions Get rid of $crate in expansions shown to the user 2024-09-18 18:30:59 +03:00
context feat: suggest name in let_stmt and fn_param 2024-09-03 05:22:55 +08:00
render Automatically add semicolon when completing unit-returning functions 2024-09-08 23:41:16 +03:00
tests Automatically add semicolon when completing unit-returning functions 2024-09-08 23:41:16 +03:00
completions.rs feat: suggest name in let_stmt and fn_param 2024-09-03 05:22:55 +08:00
config.rs Automatically add semicolon when completing unit-returning functions 2024-09-08 23:41:16 +03:00
context.rs feat: suggest name in let_stmt and fn_param 2024-09-03 05:22:55 +08:00
item.rs Add Definition kind for asm register classes 2024-09-05 10:23:00 +02:00
lib.rs Properly account for editions in names 2024-08-16 16:46:24 +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 Automatically add semicolon when completing unit-returning functions 2024-09-08 23:41:16 +03:00