Is there a way in RubyMine to easily find out which methods are not called?
At the moment RubyMine doesn't have such a functionality. As far as ruby is dynamic language it seems to be high CPU consuming feature that cannot be perfomed on the fly. Also we provide text based resolve for references that cannot be resolved using type inference engine. Thus accuracy of this feature can be rather weak.
Hello Chez,
At the moment RubyMine doesn't have such a functionality.
As far as ruby is dynamic language it seems to be high CPU consuming feature that cannot be perfomed on the fly.
Also we provide text based resolve for references that cannot be resolved using type inference engine. Thus accuracy of this feature can be rather weak.
Regards,
Oleg