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?
Please sign in to leave a 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.