Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Can't find references of the contents of an inline function #184

@mhanberg

Description

@mhanberg

Description

Trying to find references to the GenServer module located at the cursor will not work, as it thinks you are trying to find references to the function definition of Cache.get/0

    defmodule Cache do
      use GenServer

      def get(), do: GenServer.call(__MODULE__, :get)
      #                 ^
    end

Acceptance Criteria

it should find references to the symbol under the cursor

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions