-
Notifications
You must be signed in to change notification settings - Fork 33
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
Provide Support for Powershell v5 #78
Comments
So.. uhhh.. guess this project is dead? |
You could say this project met it's goals. It was meant to be a prototype of what should be brought back into the core of PowerShell, and now that PowerShell has Going forward, if someone else wanted to pick this up, I'd look at shipping 2 modules:
|
I created a new repo with just the completers, updated to work in PowerShell 5+ and PowerShell Core. Hopefully it's useful for someone. :) |
It would be nice to have this module work out of the box for powershell v5.
Maybe by namespacing the
Register-AutoCompleter
function, e.g.Register-TPPAutoCompleter
I really want to be able to easily benefit from all the hard work put into the auto-completers shipped with the module, but errors on import make me nervous :)
The text was updated successfully, but these errors were encountered: