Skip to content

Conversation

@blaisemGH
Copy link
Owner

PR Summary

PR Checklist

  • PR has a meaningful title
    • Use the present tense and imperative mood when describing your changes
  • Summarized changes
  • Make sure you've added one or more new tests
  • Make sure you've tested these changes in terminals that PowerShell is commonly used in (i.e. conhost.exe, Windows Terminal, Visual Studio Code Integrated Terminal, etc.)
  • User-facing changes
    • Not Applicable
    • OR
    • Documentation needed at PowerShell-Docs
      • Doc Issue filed:

1. pressing space inside quotes autocompletes the
   current word, even if there are multiple
   ambiguous choices available

2. Pressing Tab to open a menu and then typing out
   a directory completely locks tab from autocompleting.
   It stops before the slash and requires an enter
   instead.

3. Align tab completion behavior between no menu and
   menu scenarios when a single item is involved and
   that item is a container in a filesystem provider.
@blaisemGH blaisemGH merged commit 02aedb4 into master Jun 12, 2024
blaisemGH added a commit that referenced this pull request Jun 13, 2024
* Address 3 issues:

1. pressing space inside quotes autocompletes the
   current word, even if there are multiple
   ambiguous choices available

2. Pressing Tab to open a menu and then typing out
   a directory completely locks tab from autocompleting.
   It stops before the slash and requires an enter
   instead.

3. Align tab completion behavior between no menu and
   menu scenarios when a single item is involved and
   that item is a container in a filesystem provider.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants