PowerShellEditorServices
PowerShellEditorServices copied to clipboard
Disambiguate duplicate Intellisense results
In some cases, there will logically be duplicate Intellisense results. In these cases, we should disambiguate:
- Which module the command is a member of
- Which module version the command is a member of
It might make sense to allow the user to opt-out of duplicate results, and instead opt for simplicity.
Cheers, Trevor Sullivan https://trevorsullivan.net https://twitter.com/pcgeek86
Thanks! Great suggestion, will look into this.
I also notice that when this occurs, some times it will give me the fully qualified command completion even though all options are for the same module.