Vscode-java-debug: Hover instance variables

Created on 12 May 2018  路  3Comments  路  Source: microsoft/vscode-java-debug

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.

bug voting

All 3 comments

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

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

The flag is enable in https://github.com/Microsoft/java-debug/pull/208, closed since the code is checked-in

Was this page helpful?
0 / 5 - 0 ratings

Related issues

manastalukdar picture manastalukdar  路  7Comments

gcbartlett picture gcbartlett  路  3Comments

mojo2012 picture mojo2012  路  5Comments

PG-practice picture PG-practice  路  3Comments

AlexMAS picture AlexMAS  路  5Comments