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 ?
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 = '