erlang-ls / erlang_ls

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

Add support for incremental dialyzer #1466

Open plux opened 6 months ago

plux commented 6 months ago

Is your feature request related to a problem? Please describe. Dialyzer diagnostics are slow and uses a lot of processing power.

Describe the solution you'd like With OTP 26 dialyzer got a new incremental mode, using that could improve performance and feedback from dialyzer diagonstics.

https://www.erlang.org/blog/otp-26-highlights/#incremental-mode-for-dialyzer