atom-elixir icon indicating copy to clipboard operation
atom-elixir copied to clipboard

Documentation Feature Not Compatible with Elixir v1.7.x

Open rtvu opened this issue 7 years ago • 1 comments

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.

rtvu avatar Sep 27 '18 06:09 rtvu

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.

giovanicascaes avatar May 07 '19 04:05 giovanicascaes