Skip to content

Jumping to definition in project #20

@manveru

Description

@manveru

So, given two files, for example:

lib/x.cr

class X
end
require "./x/y"

lib/x/y.cr

class Y < X
end

It seems I can't jump to the definition of X I get undefined constant X.

I'm not sure how that could be resolved, how do i tell it what my top level entry file is?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions