lexical-lsp / lexical

Lexical is a next-generation elixir language server
874 stars 80 forks source link

Zero-arg function definitions without parens confuse resolution #604

Closed scohen closed 7 months ago

scohen commented 7 months ago

I was trying to find references to a function definition like the following

def roo|t do 
...
end

When hovering, the logs indicated: 08:51:38.571 [warn] Could not resolve hover request, got: {:error, :not_found}, and since resolve didn't return anything, we can't find references to it. It should have returned {:ok, {:call, Module, :root, 0}}.