PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Disambiguate duplicate Intellisense results

Open pcgeek86 opened this issue 9 years ago • 2 comments

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

pcgeek86 avatar Mar 29 '16 19:03 pcgeek86

Thanks! Great suggestion, will look into this.

daviwil avatar Mar 29 '16 21:03 daviwil

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.

gerane avatar Apr 28 '16 04:04 gerane