Hi. When I use @Log or @Delegate AST transformations in Groovy Idea suggests those fields/methods. With self written local transformation which adds new methods Idea doesn't see new methods (compilation passes even with @TypeChecked mode).
Can I tell Idea to "use" my transformation as it does with "standard" Groovy transformations or those standard annotations have special support which cannot be extended to the custom transformations?
Marcin