Skip to content

Project symbol search isn't fuzzy #20

Description

@6twenty

Given a method like

class User
  def foo_bar_baz
  end
end

with the user.rb file open, searching for "bar" or "baz" in the local symbols search will reveal the method. But with a different file open, using the project symbol search won't find it unless you start typing the exact method name - i.e. "foo" will find it, as will "foo_bar", but not "foobar" or "bar_baz".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions