Skip to content

Release Alchemist v0.16.0

Compare
Choose a tag to compare
@tonini tonini released this 01 Jun 11:38
· 599 commits to master since this release

Enhancements

  • [Mix] Mix commands can be executed in a specific environment with the usage of C-u (universal-argument)
  • [Goto] Open a prompt with all the modules/function/macros definitions inside the current file. alchemist-goto-list-symbol-definitions
  • [Goto] Jump to definition inside the current file.
  • [Test-Mode] Introduce a ExUnit minor mode for *_test.exs files.
  • [Test-Mode] Default keybindings with prefix C-c , for running specific test functions.
  • [Test-Mode] Functionality to go to next/previous test block.
  • [Completion] Completion process buffer will be deleted after usage, there is no need to have it around after it.