lexical-lsp / lexical

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

Added struct definition detection for ecto schemas #758

Closed scohen closed 3 weeks ago

scohen commented 1 month ago

We now have an extractor that emits a struct definition where ecto structs are defined.

Fixes #695