Hi! Is there any plugin or IDE for SoapUI for groovy editor that it wasn't like a notepad. I mean show methods on Ctrl+Space or something like it. *Sorry for my english if I do mistakes.
I personally use netBeans and Eclipse and then copy and paste over to SoapUI. It is also useful to do that because groovy is essentially Java and will accept the Java commands if imported.
One thing to note though, if you are using Java, groovy uses [] to build Arrays where Java uses {}