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

No intelligent code completion in editing condition breakpoints

Open joyous-coder opened this issue 2 years ago • 0 comments

[provide a description of the issue]

Environment
  • Operating System: win11
  • JDK version: openjdk8-redhat
  • Visual Studio Code version: 1.77.3
  • Java extension version: 1.18.0
  • Java Debugger extension version: 0.50.0

[attach a sample project reproducing the error] attach logs

Current Result

image When I type the word 'name', the extenstion offers the argument name. But when I hope it gives me the function 'equals', it offers nothing

Expected Result

Hope it can offer some suggestions in editing condition breakpoints

Additional Informations

joyous-coder avatar Apr 30 '23 03:04 joyous-coder