ElixirDocs - Sublime Text plugin for quick access to HexDocs

Hi everyone,

I made a Sublime Text plugin for quick access to the HexDocs documentation for modules used in the project which you have open.

Quick demo:
Demo

It works by parsing the contents of the deps directory to figure out which dependencies you use and which modules they contain.

It’s not very exact and you may find that it does not list all the modules of a dependency (especially if the library uses a lot of nested modules), but it should work for the majority of dependencies.

If you use Sublime Text, give it a go and let me know if you run into any issues or have ideas for improvements (either here or on the GitHub issue tracker).

3 Likes