You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls to macro method "safe" have default highlighting and make reference to MacroStub. It would be nice to have similar coloration to extension methods (DGMs) and have code navigation back to the actual macro method.
The text was updated successfully, but these errors were encountered:
Notes: no traces of the original method call expression is left in the AST after the macro method is processed. And groovy-macro cannot be patched since it is not shipped with the eclipse tools.
Consider the following (taken from https://docs.groovy-lang.org/latest/html/documentation/#_macro_methods):
src/main/macros/MacroMethod.groovy
META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
script.groovy (in another project)
Calls to macro method "safe" have default highlighting and make reference to
MacroStub
. It would be nice to have similar coloration to extension methods (DGMs) and have code navigation back to the actual macro method.The text was updated successfully, but these errors were encountered: