-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add single/double quote support for Join-String Argument Completer
#25283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
iSazonov
merged 36 commits into
PowerShell:master
from
ArmaanMcleod:join-string-completion-use-completion-helpers
Apr 21, 2025
+416
−81
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
99b1ff5
Add single/double quote support for `Join-String` Argument Completer
ArmaanMcleod c22bcdd
Merge branch 'master' into join-string-completion-use-completion-helpers
ArmaanMcleod d4a5a7d
CodeFactor: SA1413 Add trailing comma in multi-line initializers
ArmaanMcleod 401ac49
Split into two argument completers
ArmaanMcleod 51d9437
Update src/System.Management.Automation/engine/CommandCompletion/Comp…
ArmaanMcleod 20ccaa7
Fix IsMatch method and test
ArmaanMcleod ffae7ef
Merge branch 'master' into join-string-completion-use-completion-helpers
ArmaanMcleod 8d556b4
Update src/Microsoft.PowerShell.Commands.Utility/commands/utility/Joi…
ArmaanMcleod 163a6ec
Fixed indentation
ArmaanMcleod 09818bb
Escape word to complete before it gets to WildcardPattern.Get
ArmaanMcleod e8fe981
Merge branch 'master' into join-string-completion-use-completion-helpers
ArmaanMcleod d57f8c8
Fix Xunit test
ArmaanMcleod 33ca0a7
Add IsMatch delegate which includes escape strategy delegate
ArmaanMcleod 3258b66
Merge branch 'master' into join-string-completion-use-completion-helpers
ArmaanMcleod f159a33
Add MatchStrategy delegates
ArmaanMcleod 99f2e3a
Wrap delegates on multiple lines
ArmaanMcleod 5a2ab03
Remove separate list for separator values and extract keys from mappi…
ArmaanMcleod de63820
Make completer classes sealed
ArmaanMcleod 38bc0a7
Set capacity on collections
ArmaanMcleod 231f7bc
Add XML documentation for methods
ArmaanMcleod 8066ef5
Fix normalization with newlines
ArmaanMcleod cd0b123
Add const for quotes
ArmaanMcleod f3ec9f9
Move normalize newlines code outside of match strategy to separate me…
ArmaanMcleod f4bfa8e
Merge branch 'master' into join-string-completion-use-completion-helpers
ArmaanMcleod 139a778
Check newlines in conditions before replacing
ArmaanMcleod bcc9af4
Revert "Check newlines in conditions before replacing"
ArmaanMcleod e7153fa
Rename method to NormalizeToExpandableString
ArmaanMcleod 0022a79
Add more special character to escape sequence normalizing
ArmaanMcleod 89da820
Update src/System.Management.Automation/engine/CommandCompletion/Comp…
ArmaanMcleod 7ea1680
Update test/xUnit/csharp/test_CompletionHelpers.cs
iSazonov 6156af3
Update test/xUnit/csharp/test_CompletionHelpers.cs
iSazonov 0a853cf
Update src/System.Management.Automation/engine/CommandCompletion/Comp…
ArmaanMcleod babbde7
Update src/System.Management.Automation/engine/CommandCompletion/Comp…
ArmaanMcleod 002f46a
Update src/System.Management.Automation/engine/CommandCompletion/Comp…
ArmaanMcleod 542a28a
Update src/System.Management.Automation/engine/CommandCompletion/Comp…
ArmaanMcleod 7125ec9
Add IgnoreCase to match strategy delegate names
ArmaanMcleod File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.