Skip to content

When looking for Foo::Bar it should find Bar inside of Foo #136

@kwerle

Description

@kwerle

It seems like this functionality broke at some point recently.

For example:

module Foo
  class Bar
    def self.class_method
    end
    def some_method
    end
  end
end

Foo::Bar # clicking on Bar should find the class
Foo::Bar.class_method # clicking on class_method should find the method

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions