atom-elixir
atom-elixir copied to clipboard
Documentation Feature Not Compatible with Elixir v1.7.x
Elixir v1.7 has hard-deprecated Code.get_docs/2. Since v0.2.3 of atom-elixir have modules that depend on this function, documentation no longer works.
Still an issue. I'm trying to refactor the package to use Code.fetch_docs/1, but I'm still learning and this is not as trivial as it seems. It also seems that the dev has abandoned the repo long ago, though.