lexical-lsp / lexical

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

Handled module attributes in defimpl #587

Closed scohen closed 4 months ago

scohen commented 5 months ago

Apparently, defimpls define two module attributes, @protocol and @for, which we completely missed during analysis.

Fixes #556

scottming commented 4 months ago

I want to test this branch tomorrow using the company's project code, which is a project with hundreds of thousands of lines of code and numerous dependencies.

scohen commented 4 months ago

Not sure why that's necessary, it only is relevant during indexing.