eclipse-jdt / eclipse-jdt/eclipse.jdt.debug

Auto import the unresolved classes during evaluation

Open
#186 0 comments 0 reactions 0 assignees View on GitHub
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.
![image](https://user-images.githubusercontent.com/14052197/220034752-5c8b7882-74cc-43dc-bbf0-e63b7f2e65f8.png)

**Expected**:
Auto import the missing classes when compiling the evaluation snippet.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.