Alchemist v0.12.0 发布了,Alchemist 实现了将 Elixir 函数式编程语言的相关工具集成到 Emacs 编辑器中。
完整改进记录包括:
Enhancements
[Complete] Add arity annotation to completion candidates.
[IEx] Add alchemist-iex-recompile-this-buffer which recompiles and reloads the current buffer in the IEx process.
[Help] Add alchemist-help module prompt. It's loads all available Modules in the current environemnt which have a proper moduledoc.
[Help] Add alchemist-help-history to alchemist-help-minor-mode. alchemist-help-history lookup straight for the stored search text, without completion.
[Mix] Add mix command prompt with completion
[Tests] Add more tests for eval functionality.
[Tests] switch to ert-runner instead of custom test runner.
Changes
[Messages] Don't switch to Message buffer after displaying it. Use display-buffer instead of pop-to-buffer.
[Help] Remove alchemist-help-next-search and alchemist-help-previous-search. They work clumsy and it's not fast enought to work with.
[Help] Remove obsolete aliases for alchemist-help-sexp-at-point and alchemist-help-module-sexp-at-point
Bugfixes
[Refcard] Display correct function for the C-c a t keybinding.
下载地址:https://github.com/tonini/alchemist.el/archive/v0.12.0.zip
来自:开源中国社区

