vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Intellisense on vscode debug console doesn't provide proper completion

Open andxu opened this issue 6 years ago • 3 comments

  1. in a non-static method, input this. cannot toggle the method list of this object, you must press ctrl+space
  2. if I select hashCode which is a method but the finally code would be this.hashCode not this.hashCode()

andxu avatar Apr 26 '18 06:04 andxu

This is an issue of VSCode debug protocol

yaohaizh avatar Apr 26 '18 06:04 yaohaizh

Also got wrong intellisense. See the screenshot: screen shot 2018-04-26 at 2 48 13 pm

testforstephen avatar Apr 26 '18 06:04 testforstephen

The same issue as above since the completion is not triggred.

yaohaizh avatar Apr 26 '18 07:04 yaohaizh