In Groovy Eclipse, is it possible to get intellisense 开发者_运维技巧for methods added through an AST transformation?
So if I add a method foo
to the class Demo
with an AST transformation, typing new Demo().
would have foo
in the list of suggested methods that pops up.
The answer is no, not yet. This is a feature that we are actively working on and we will likely be releasing some sort of DSL descriptor language that end-users can use to extend content assist and type inferencing in the editor.
精彩评论