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

Hover instance variables #297

Closed
erihanse opened this issue May 12, 2018 · 3 comments
Closed

Hover instance variables #297

erihanse opened this issue May 12, 2018 · 3 comments
Assignees
Labels
bug voting Please vote on the issue, so that we will take priority to this issue.
Milestone

Comments

@erihanse
Copy link

erihanse commented May 12, 2018

Is there any way we can get the field popup (not sure what it's called) when we hover on instance variables? It only seems to work if the variables are prepended with this.

That is also what eclipse does.

@andxu andxu self-assigned this May 14, 2018
@andxu
Copy link
Contributor

andxu commented May 14, 2018

I will take a look what's the current behavior and how to improve

@andxu
Copy link
Contributor

andxu commented Jun 7, 2018

Thank you for reporting this issue, the issue is caused by supportsEvaluateForHovers is set to false, I will enable this feature on next release, see my prototype snapshoot:

image

@andxu andxu added the bug label Jun 7, 2018
@andxu andxu added the voting Please vote on the issue, so that we will take priority to this issue. label Jun 20, 2018
@andxu andxu added this to the 0.12.0 milestone Aug 7, 2018
@akaroml akaroml mentioned this issue Aug 8, 2018
14 tasks
@andxu
Copy link
Contributor

andxu commented Aug 23, 2018

The flag is enable in microsoft/java-debug#208, closed since the code is checked-in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug voting Please vote on the issue, so that we will take priority to this issue.
Projects
None yet
Development

No branches or pull requests

2 participants