Autocomplete for meta-programmed method
Hello,
Using IntelliJ 13 with the Ruby plugin. It is doing a good job finding methods that I specify with `def`. However, when I meta-program a method using something this:
class_eval <<-RUBY
def greet
"hello world"
end
RUBY
IntelliJ does not pick it up. I have used the build-in YARD integration to give IntelliJ some more info about what my methods are doing. Is there something I can do here, so that IntelliJ can also recognize what is going on?
Thanks,
-Robert
请先登录再写评论。
Hi,
there is no suh options right now :(
Regards, Oleg.