Fundamental Intellisense Hover Display Requirements: Type Name and Signature #59830
Closed
6 tasks done
Labels
Duplicate
An existing issue was already created
π Search Terms
IntelliSense
β Viability Checklist
β Suggestion
When I hover over a type, IntelliSense should have the bare minimum ability to display 2 things:
How helpful is it to me to hover over a variable and all I see is the name of the type? Sure, a little helpful, but do I know what values are in the type? No. So I have to keep navigating back and forth to the type to see what's in it and back to my code to do whatever I need to do.
It boggles my mind that we have such an intricately fleshed out system for typing, and yet one of the most fundamental purposes of it is barely implemented.
π Motivating Example
Before:
I hover over my variable and all I see is this: "MySuperSpecialType"
After:
I hover over my variable and I see: "MySuperSpecialType", followed by the list of its properties and their types. 10x more helpful.
π» Use Cases
The text was updated successfully, but these errors were encountered: