Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.2.Release
-
Fix Version/s: 2.6.1.M1
-
Component/s: Content Assist
-
Labels:None
-
Number of attachments :
Description
From https://issuetracker.springsource.com/browse/STS-2232
This is quite frustrating when writing grails tests:
new Song(Ctrl+Space)
I'm not sure what I want to see but in my case there are 3 domain class properties that need setting:
new Song(artist:...,title:...,duration:...)