-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Add '(approximate)' to the beginning of quick info requests in PartialSemantic mode #40061
Conversation
DanielRosenwasser
commented
Aug 14, 2020
•
edited
Loading
edited
@typescript-bot cherry-pick this to release-4.0 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
Hey @DanielRosenwasser, I've opened #40062 for you. |
Component commits: 54f988c Add '(approximate)' to the beginning of quick info requests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I like the line break. I'd just have it prefix the quick info on the same line. Also, maybe a better prefix is "(approximation)". Otherwise, looks good.
I like the single line better! |
@typescript-bot cherry-pick this to release-4.0 and LKG |
Heya @DanielRosenwasser, I'm starting to run the task to cherry-pick this into |
…lSemantic mode (#40061) * Add '(approximate)' to the beginning of quick info requests. * Use 'approximation' instead of 'approximate'.
Should we do this for completion details too? |
Sorry @DanielRosenwasser, just seeing this now. I like the single line version. A few questions:
|
I think ideally the editor would display this itself (and is capable of doing so); if we think we can get something to do this in the August release of VS Code, then I would say we should back out the change now. |
Component commits: 1582b76 Revert "Add '(approximate)' to the beginning of quick info requests in PartialSemantic mode (microsoft#40061)" This reverts commit 2426eb4.
Component commits: 1582b76 Revert "Add '(approximate)' to the beginning of quick info requests in PartialSemantic mode (#40061)" This reverts commit 2426eb4. Co-authored-by: Daniel Rosenwasser <[email protected]>