lexical-lsp / lexical

Lexical is a next-generation elixir language server
781 stars 77 forks source link

Fix: Function definition extractor chokes on macro functions #682

Closed scohen closed 3 months ago

scohen commented 3 months ago

There's no location information on macro functions, and we needed it for our detail block. This would cause crashes during indexing.

Fixes #680