Type completion with tooltips #1352
Conversation
|
hmm the Windows failures are different than the Windows failures... |
|
So apparently case CompletionType.Namespace: |
|
This test passes in PS7 but fails in Windows PowerShell |
|
Unfortunately, I don't understand why the tests fail. The two I created with @TylerLeonhardt's assistance seem to follow the model of the existing tests, but the completions results come back empty for the example provided for type completion. |
|
A whole lot of nonsense for two lines of code... Thanks for putting up with the headache @AspenForester. Not sure why the tests don't work on Windows PowerShell but at least we'll have coverage for other PowerShell's and you confirmed it worked for Windows PowerShell manually... I've opened #1355 to track the test weirdness. |
|
CI is green so I'm merging. |
Resolves PowerShell/vscode-powershell#2898
Adds tool tips for type completions, tests for completion are included.