lexical-lsp / lexical

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

Added module attribute detection #679

Closed scohen closed 6 months ago

scohen commented 6 months ago

Our environment can now detect when it's in a module attribute context

This will enable us to check for randomly named module attributes and fix some of our longstanding issues.

Moosieus commented 6 months ago

Should @callback and @macrocallback have their own context_types as well?

scohen commented 6 months ago

@Moosieus pushed.