microsoft / microsoft/vscode-java-debug
No intelligent code completion in editing condition breakpoints
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
[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
Additional Informations
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files, tests, or entry points are named. Start by reproducing the condition-breakpoint editing scenario in the listed VS Code and Java Debugger versions, then trace how completion is provided for breakpoint conditions. Done means member suggestions such as equals appear while editing a condition breakpoint, with regression coverage added if the project provides a relevant test area.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- developer-experience, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100