vscode-java-debug
vscode-java-debug copied to clipboard
No intelligent code completion in editing condition breakpoints
[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
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