Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 2.1.1Release
-
Component/s: Quick fix/assist
-
Labels:None
-
Number of attachments :
Description
If you define class level annotations like:
@RunWith(Suite)
@SuiteClasses([
DomainEventsSpec
])
class Blah {}
And DomainEventsSpec hasn't been imported then you get an error. If you go to the error with CMD+. then there is no quick fix option to import the class meaning you have to navigate to the end of the line and hit CTRL+Space to import the class which is a little annoying
Issue Links
- is duplicated by
-
GRECLIPSE-911
Add import quick fix
-
We have not implemented quick fixes or quick assists in groovy-eclipse yet.
Does CTRL-Shift-O work for you to auto-import?