alchemist.el
alchemist.el copied to clipboard
Release v2.0.0
Release TODO list for v2.0.0
- [x] Phoenix directory support
- [ ] Dialyzer support
- [ ] Erlang help lookup
- [ ] Jump to module attribute definitions /cc @gausby
- [ ] Emacs Alchemist documentation manual
- [ ] Online Documentation
- [ ] Add missing docstrings to functions
- [ ] Refactor private to public function notations, a lot of functions are wrongly marked as private.
These are a few of the milestones for the Alchemist v2.0.0 release. Any kind of feature requests or ideas can be added as a comment in this issue.
Feel free to speak your mind. :smile:
How about jump-to-definition for module-attributes ?
It would be quite handy to position the cursor over a module-attribute and be able to jump to its definition like one can do with functions.
Is there still interest in Dialyzer support? I'm very new to elisp and (spac)emacs. What would be needed here?
Like mentionend in #273 it would be nice to have an on-the-fly credo linter (maybe using flycheck hooks... idk).
Credo is more portable than flycheck config because it has both a global and a project configuration that can be used by other Elixir development environments (like Atom, IntelliJ and the like).