Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0m2
-
Fix Version/s: 2.0.0RC1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Content assist does not work for partially defined packages
import org.codeha// <-- here
should complete with the codehaus package.
Fixed with regression tests.
Now, it is possible to perform content assist in import statements when the package name is partially specified. This will also work anywhere else in the code.