When you are writing a constructor of a Groovy class, you won't have any code assist for completing this(...) and super(...), neither for the keyword (like: th| or sup| to complete this and super respectively) nor for arguments (like this(| or super(| to invoke a constructor overload with params).
When you are writing a constructor of a Groovy class, you won't have any code assist for completing
this(...)andsuper(...), neither for the keyword (like:th|orsup|to completethisandsuperrespectively) nor for arguments (likethis(|orsuper(|to invoke a constructor overload with params).