We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the user is using PowerShell on windows, here is the experience of using only argc-completions.
Unfortunately, the menu don't work when the display area is small, Neither is PowerShell's built-in menu.
I've written a PSCompletions module that provides a more powerful completion menu.
Now it can work with argc-completions.
argc-completions + PSCompletions , it should be the best completion experience for users of PowerShell in Windows right now.
argc-completions
PSCompletions
I think the guide can be given in the README.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the user is using PowerShell on windows, here is the experience of using only argc-completions.
Unfortunately, the menu don't work when the display area is small, Neither is PowerShell's built-in menu.
I've written a PSCompletions module that provides a more powerful completion menu.
Now it can work with argc-completions.
argc-completions
+PSCompletions
, it should be the best completion experience for users of PowerShell in Windows right now.I think the guide can be given in the README.
The text was updated successfully, but these errors were encountered: