Skip to content

Releases: edelvalle/SuperElixir

Allow configuration of MIX_ENV

27 Jan 17:44
Compare
Choose a tag to compare

SuperElixir version 0.2.4

What's new?

Now you can configure the MIX_ENV, by using the mix_env entry in your project setting:

# <project name>.sublime-project
{
    // ...

    "settings": {
        // ...
        "elixir_interpreter": "~/elixir-2.4.4/bin/elixir",
        "mix_env": "test",
    }
}

0.2.3

25 Nov 20:09
Compare
Choose a tag to compare
  • Add auto-completion for function signature; when typing ( (again)
  • Speeding up auto-completion
  • Improve parameters order

0.2.2

15 Nov 18:11
Compare
Choose a tag to compare

Disable parameters auto-completion by default.

0.2.1

15 Nov 12:55
Compare
Choose a tag to compare
  • Add auto-completion for function signature; when typing (

0.1.2

23 Sep 15:03
Compare
Choose a tag to compare
  • Improve README.
  • Upgrade Elixir sense.

0.1.1

30 Jul 10:33
Compare
Choose a tag to compare
  • Considering how public a member is in the sorting. So sort completions by frequency in document, exposure (how public a word looks like), alphabetical order.

0.1.0

28 Jul 15:05
Compare
Choose a tag to compare
  • Order the completion by frequency of the words in the view.

0.0.4

17 Jul 12:01
Compare
Choose a tag to compare
  • Mark this package so it does not get installed as a compressed package.

0.0.3

03 Jun 13:03
Compare
Choose a tag to compare
  • Fix issues for publication in PackageControl

0.0.2

18 May 13:11
Compare
Choose a tag to compare
  • Add auto-completion for macros like is done for functions.