lexical-lsp / lexical

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

Fixed issue where function definitions were returning references #655

Closed scohen closed 6 months ago

scohen commented 6 months ago

There was an issue where function definitions were returning references as well as the definition. This is because the function definition extractor didn't consume the definition AST and passed it to the function reference extractor, which would pick up the references.