rust-analyzer/crates/ide-completion/src
Chayim Refael Friedman 890d155ffe Complete derive helper attributes
Only their names, anything can go inside.
2024-12-04 08:20:41 +02:00
..
completions Complete derive helper attributes 2024-12-04 08:20:41 +02:00
context Complete derive helper attributes 2024-12-04 08:20:41 +02: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 Complete derive helper attributes 2024-12-04 08:20:41 +02: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 Complete derive helper attributes 2024-12-04 08:20:41 +02:00
item.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
lib.rs Advertise completions and inlay hints resolve server capabilities based on the client capabilities. 2024-12-03 10:51:17 +02: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