Filter completion for enum parameter against ValidateRange-attributes#17750
Conversation
|
Tested devbuild with vscode-powershell (stable). It also shows filtered values as expected. |
|
I suggest to put enum value list and code to check range in ValidateRangeAttribute class. |
I agree on the validation. Just realized that I forgot about rangekind also The value-list is unique to this completer though as the range could be int-values or rangekind (weird but supported). |
|
I thinks really we need internal helper method in ValidateRangeAttribute to return a list of filtered strings for enum base type. |
Thanks. Better now? |
src/System.Management.Automation/engine/CommandCompletion/CompletionCompleters.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/CommandCompletion/CompletionCompleters.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/CommandCompletion/CompletionCompleters.cs
Show resolved
Hide resolved
src/System.Management.Automation/engine/CommandCompletion/CompletionCompleters.cs
Show resolved
Hide resolved
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
|
Hi @adityapatwardhan . Any ETA on review? |
|
I will prioritize this for community day tomorrow. |
|
@fflaten thank you for your contribution! |
|
🎉 Handy links: |
PR Summary
Updates parameter completion for enums to exclude values not allowed by
ValidateRange-attributes.PR Context
See this comment
Fix #2849
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).