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

Tooltip not showing constructor args #13549

Closed
sethladd opened this issue Sep 24, 2013 · 8 comments
Closed

Tooltip not showing constructor args #13549

sethladd opened this issue Sep 24, 2013 · 8 comments
Assignees
Labels
type-enhancement A request for a change that isn't a bug
Milestone

Comments

@sethladd
Copy link
Contributor

For this line:

    ListPathObserver observer = new ListPathObserver()

when I hover over the last ListPathObserver, I don't see the args I can pass into the constructor.

See screenshot.


Attachment:
[Screen Shot 2013-09-24 at 12.27.07 PM.png](https://storage.googleapis.com/google-code-attachments/dart/issue-13549/comment-0/Screen Shot 2013-09-24 at 12.27.07 PM.png) (82.14 KB)

@sethladd
Copy link
Contributor Author

Also, a Cmd-space inside the parens of ListPathObserver doesn't show me what I can put there. See this screenshot from eclipse:


Attachment:
[Screen Shot 2013-09-24 at 12.30.24 PM.png](https://storage.googleapis.com/google-code-attachments/dart/issue-13549/comment-1/Screen Shot 2013-09-24 at 12.30.24 PM.png) (19.82 KB)

@sethladd
Copy link
Contributor Author

Here's another shot from eclipse:


Attachment:
[Screen Shot 2013-09-24 at 12.30.56 PM.png](https://storage.googleapis.com/google-code-attachments/dart/issue-13549/comment-2/Screen Shot 2013-09-24 at 12.30.56 PM.png) (23.14 KB)

@clayberg
Copy link

Set owner to @stevemessick.
Added this to the M8 milestone.
Removed Type-Defect, Priority-Unassigned labels.
Added Type-Enhancement, Priority-Medium labels.

@stevemessick
Copy link
Contributor

Set owner to @pq.

@clayberg
Copy link

Removed this from the M8 milestone.
Added this to the Later milestone.

@danrubel
Copy link

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

@scheglov
Copy link
Contributor

With some tweaks in this CL we should be able to show parameters as well as documentation, during code completion.

Also it works now for hover.

https://codereview.chromium.org/83793016


Attachments:
[Screen Shot 2013-11-25 at 4.32.20 PM.png](https://storage.googleapis.com/google-code-attachments/dart/issue-13549/comment-7/Screen Shot 2013-11-25 at 4.32.20 PM.png) (64.15 KB)
[Screen Shot 2013-11-25 at 4.36.39 PM.png](https://storage.googleapis.com/google-code-attachments/dart/issue-13549/comment-7/Screen Shot 2013-11-25 at 4.36.39 PM.png) (44.12 KB)


Added Started label.

@scheglov
Copy link
Contributor

@sethladd sethladd added this to the 1.1 milestone Nov 26, 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

6 participants