Skip to content
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

Need better hovers #14868

Closed
bwilkerson opened this issue Nov 6, 2013 · 3 comments
Closed

Need better hovers #14868

bwilkerson opened this issue Nov 6, 2013 · 3 comments
Assignees
Labels
type-enhancement A request for a change that isn't a bug
Milestone

Comments

@bwilkerson
Copy link
Member

Enter the following code into a new file:

/// Use g.
@deprecated
f() {}

main() {
  f();
}

Then hover over the invocation of 'f' in 'main'. The hover text tells you that 'f' is deprecated, but doesn't display the comment, which ideally includes information about what it is being replaced by. It would be nice to be able to get all of the relevant information, either by having the comment appear after the error text or having some way of cycling between different kinds of hover data.

@clayberg
Copy link

clayberg commented Nov 6, 2013

Set owner to @stevemessick.

@danrubel
Copy link

Set owner to @scheglov.
Removed this from the Later milestone.
Added this to the 1.1 milestone.

@scheglov
Copy link
Contributor

@bwilkerson bwilkerson added this to the 1.1 milestone Nov 25, 2013
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

5 participants