rubymine cannot jump to class with namespace.

Hi

in case below.

class Parent::A

end


class A

end

 

I typed "ctrl-]" to jump to Parent::A class definition.

 

class B < Parent::A

end

 

but in fact, I jumped to A class definition.

 

how can i resolve it?

0

Hello,

could you please provide a working project sample, because in case your code is put as it is it won't be run from the command line. 

0

请先登录再写评论。