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.
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:

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