IntelliJ IDEA Groovy 2.5/3.0 Feature Support - @Macro ?

2020-03-19 Thread MG
Hi guys, I am not sure what IntelliJ support for @Macro should look like: It would be nice if IntelliJ could jump to the macro method definition, but for that to work I think we should have a signature definition there (instead of giving the call signature through a dummy-method). Thoughts ?

Speaking of @Macro...

2020-03-19 Thread MG
When/how/with what syntax do we want to include the imho super-helpful "named variable" support* as a standard Groovy macro feature ?-) Cheers, mg *As a reminder: The functionality would allow for compact creation of typical (debug) "=" strings, e.g.: final myNumber = 123 final myString = '