-
Notifications
You must be signed in to change notification settings - Fork 234
Type completion with tooltips #1352
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
Type completion with tooltips #1352
Conversation
hmm the Windows failures are different than the Windows failures... |
test/PowerShellEditorServices.Test.Shared/Completion/CompleteTypeName.cs
Outdated
Show resolved
Hide resolved
So apparently case CompletionType.Namespace: |
This test passes in PS7 but fails in Windows PowerShell |
test/PowerShellEditorServices.Test.Shared/Completion/CompleteNamespace.cs
Outdated
Show resolved
Hide resolved
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.