eclipse-jdt / eclipse-jdt/eclipse.jdt.debug
Auto import the unresolved classes during evaluation
Open
enhancement
evaluation
- Dominant language
- Java
- Stars
- 23
- Forks
- 68
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 13
Description
**Current**:
When the evaluation snippet contains some types not imported in current Java file, it throws compilation errors "unresolved type" during evaluation. To get it work, you have to use the fully qualified name for the missing classes, it is not that convenient on UX perspective.

**Expected**:
Auto import the missing classes when compiling the evaluation snippet.
Contributor guide
Assessment
This issue has not been assessed yet.