erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
618 stars 136 forks source link

Add support for parsing implicit fun with ?MODULE #1509

Closed plux closed 2 months ago

plux commented 2 months ago

Description

Add support for parsing implicit fun with ?MODULE Also add support for parsing variables in implicit funs.

Fixes #726 .