Commit 2524a8d
* fix: raise Argument completion priority to match Property (closes #1500)
Named arguments in constructor and function call contexts (CompletionItemKind.Argument)
were assigned sort priority 5, placing them below Properties (1), Fields (2), Methods (3),
and Events (4). This meant that when triggering completion inside e.g. Person(Name = ...),
the named parameters Age and Name appeared far down the list.
Raise Argument priority to 1 (same as Property) so named arguments appear at the top
of the completion list alongside the type's own properties.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ci: trigger checks
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a98d121 commit 2524a8d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
643 | 647 | | |
644 | 648 | | |
645 | 649 | | |
646 | 650 | | |
647 | | - | |
648 | 651 | | |
649 | 652 | | |
650 | 653 | | |
| |||
0 commit comments