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
1 comment

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

Please sign in to leave a comment.