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:...)
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Andrew Eisenberg
made changes -
| Fix Version/s | 2.6.1.M1 [ 18289 ] | |
| Fix Version/s | 2.6.0.Release [ 17849 ] |
I have a fix and lots of regression tests. I will commit. I think that this will break some tests on the build server, but I will pick up the pieces when I know what needs to be picked up.
I did a lot of work on fixing some problems with constructor content assist. There is more work to do with cleaning up parameter guessing, but this has nothing to do with constructor content assist, so I will resolve this issue.