rust-analyzer/crates/ide-completion/src
bors f73cd39f7b Auto merge of #15383 - max-heller:issue-12568, r=Veykril
Suggest type completions for type arguments and constant completions for constant arguments

When determining completions for generic arguments, suggest only types or only constants if the corresponding generic parameter is a type parameter or constant parameter.

Closes #12568
2023-08-15 06:39:50 +00:00
..
completions convert TypeLocation::GenericArg to struct variant 2023-08-08 20:37:23 -04:00
context convert TypeLocation::GenericArg to struct variant 2023-08-08 20:37:23 -04:00
render internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
tests Auto merge of #15383 - max-heller:issue-12568, r=Veykril 2023-08-15 06:39:50 +00:00
completions.rs convert TypeLocation::GenericArg to struct variant 2023-08-08 20:37:23 -04:00
config.rs ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
context.rs convert TypeLocation::GenericArg to struct variant 2023-08-08 20:37:23 -04:00
item.rs remove unicode-ident dependency 2023-08-01 18:18:12 -04:00
lib.rs Merge assoc_items_only and exclude_import_kinds into assoc_mode 2023-06-30 23:37:10 +09:00
render.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
snippet.rs ⬆️ rust-analyzer 2023-01-09 10:36:22 -08:00
tests.rs update tests 2023-07-30 16:01:59 -04:00