Keyword tooltips aren't shown in VS code #3328
Labels
Area-IntelliSense
Issue-Bug
A bug to squash.
Resolution-Fixed
Will close automatically.
Up for Grabs
Will shepherd PRs.
System Details
System Details Output
Issue Description
While working on PowerShell/PowerShell#15337 I noticed that if I create a completion result as a Keyword: https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.completionresulttype I can't see the tooltip data but if I change it to something else like Command the tooltip is visible. See the following 2 screenshots:
Keyword:


Command:
The full list of completion result types that don't show tooltips in VS code are:
Text
History
ProviderItem
ProviderContainer
Keyword
DynamicKeyword
Expected Behaviour
Tooltips are visible regardless of completionresulttype.
Actual Behaviour
Tooltips are only visible with specific completionresulttypes.
The text was updated successfully, but these errors were encountered: