简体   繁体   中英

In Groovy Eclipse, is it possible to get intellisense for methods added through an AST transformation?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM