Elixir package for Sublime Text 4

Released v3.1.0:

  • Added a palette command for switching between the test file and the code file. Example shortcut: { "keys": ["alt+s"], "command": "mix_test_switch_to_code_or_test" }
  • Quick search the complete list of projects on hexdocs.pm inside a palette-like overlay to open the selected project’s URL in the browser. (The list is cached after the first download and changes are detected via the ETag. Projects updated within the past year are shown at the top.)
  • Search for packages on hex.pm inside a palette-like overlay. The results are displayed in another overlay and the selected project’s URL is opened in the browser.
  • Added a missing command for showing the mix test output panel when it was closed.
1 Like