Open smeevil opened 7 years ago
credo
is being run on a per-file basis. dialyzer runs over the whole project, so I'd have to figure out how to run against the whole project and then store the results to show when you open a file in the editor. I think there might be a batch mode.
Sorry to bump this old issue up, but is there any progress on this?
No work has been done on this feature. If I'm working on an issue I will be in the Assignee slot and if I have it planned for a release it will be assigned the release's Milestone.
I've made some progress, here's my PR: https://github.com/KronicDeth/intellij-elixir/pull/1821
Something I miss from VSCode is suggesting the @spec
for a given function. I can live without doing real-time checks, but such a suggestion is huge time-saving.
Just like you did for Credo, it would be great to have dialyzer inline as well.