On writing my code in Groovy I've noticed that the intellisence doesn't always have all the authorised objects/classes/... in it. e.g. I wanted to catch a node difference and tell the script that it needed to add a particular string when not found. On autocompletion of the intellisence the "is AllWhiteSpace" was not present.
I had that in version 2.6.0 and also now in version 2.7.0.
It would be great if Groovy script handles a lot more like C# intellisence.