This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
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