KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.84k stars 153 forks source link

Support for dialyzer / dialyxir #895

Open smeevil opened 7 years ago

smeevil commented 7 years ago

Just like you did for Credo, it would be great to have dialyzer inline as well.

KronicDeth commented 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.

kekko1212 commented 5 years ago

Sorry to bump this old issue up, but is there any progress on this?

KronicDeth commented 5 years ago

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.

jacekgajek commented 4 years ago

I've made some progress, here's my PR: https://github.com/KronicDeth/intellij-elixir/pull/1821

yordis commented 2 years ago

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.