elixir-tools / next-ls

The language server for Elixir that just works. Ready for early adopters!
https://www.elixir-tools.dev/next-ls
MIT License
691 stars 41 forks source link

fix(index): better heuristic if a reference is from a macro #499

Closed mhanberg closed 4 months ago

mhanberg commented 4 months ago

In Elixir >= 1.17, the meta will not have a :column key if it is generated by a macro.