-
-
Save yaowenqiang/15bda782dfafa3b7dbe85522a4fedb9c to your computer and use it in GitHub Desktop.
Revisions
-
agustif revised this gist
Apr 24, 2017 . No changes.There are no files selected for viewing
-
agustif revised this gist
Apr 24, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,8 @@ I no personal preference/order # Emacs [**spacemacs.org**: A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!](https://github.com/syl20bnr/spacemacs) [**Alchemist**: Elixir Tooling Integration Into Emacs] (http://www.alchemist-elixir.org/) | [gh](https://github.com/tonini/alchemist.el) ## Emacs resources and others [emacs example configuration for elixir by @gausby](https://github.com/gausby/emacs.d/blob/master/setup/elixir-setup.el) # [Atom.io](https://atom.io/) ## Atom Packages/Plugins [**autocomplete-elixir**: Intelligent elixir code completion](https://atom.io/packages/autocomplete-elixir) -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,4 +47,5 @@ I no personal preference/order [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) ## IntelliJ IDEA other resources [[Video] The road to **IntelliJ-Elixir** 1.0.0 ElixirConf2015](https://www.youtube.com/watch?v=0Its8r5RBf0) [**IntelliJ-Elixir** changelog by @KronicDeth at ElixirForum.com](https://elixirforum.com/u/kronicdeth/activity/topics) -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,11 +21,16 @@ I no personal preference/order # Emacs [**spacemacs.org**: A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!](https://github.com/syl20bnr/spacemacs) [**Alchemist**: Elixir Tooling Integration Into Emacs] (http://www.alchemist-elixir.org/) | [gh](https://github.com/tonini/alchemist.el) # [Atom.io](https://atom.io/) ## Atom Packages/Plugins [**autocomplete-elixir**: Intelligent elixir code completion](https://atom.io/packages/autocomplete-elixir) [**language-elixir**: Elixir language support for Atom](https://atom.io/packages/language-elixir) [**linter-elixirc**: Bare Minimum Elixir lint package](https://atom.io/packages/linter-elixirc) ## Atom other resources [[Article] Atom as an elixir IDE by nietaki](https://nietaki.github.io/2016/11/14/atom-as-an-elixir-ide/) # [Sublime Text 3](https://www.sublimetext.com/) or [TextMate](https://macromates.com/) [**ElixirSublime**: Elixir plugin for SublimeText 3 providing code completion and linting.](https://github.com/vishnevskiy/ElixirSublime) [**Elixir.tmbundle**: A TextMate / Sublime Text Bundle for the Elixir programming language.](https://github.com/elixir-lang/elixir-tmbundle) -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,9 +26,9 @@ I no personal preference/order [**autocomplete-elixir**: Intelligent elixir code completion](https://atom.io/packages/autocomplete-elixir) [**language-elixir**: Elixir language support for Atom](https://atom.io/packages/language-elixir) [**linter-elixirc**: Bare Minimum Elixir lint package](https://atom.io/packages/linter-elixirc) # [Sublime Text 3](https://www.sublimetext.com/) or [TextMate](https://macromates.com/) [**ElixirSublime**: Elixir plugin for SublimeText 3 providing code completion and linting.](https://github.com/vishnevskiy/ElixirSublime) [**Elixir.tmbundle**: A TextMate / Sublime Text Bundle for the Elixir programming language.](https://github.com/elixir-lang/elixir-tmbundle) # [VSCode](https://code.visualstudio.com/) | brew cask install visual-studio-code [**vscode-elixir**: This extension adds rich elixir language support to VS Code including: Syntax Coloring, Snippets, Intellisense](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) | [github](https://github.com/fr1zle/vscode-elixir) | ext install vscode-elixir  -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,6 +27,7 @@ I no personal preference/order [**language-elixir**: Elixir language support for Atom](https://atom.io/packages/language-elixir) [**linter-elixirc**: Bare Minimum Elixir lint package](https://atom.io/packages/linter-elixirc) # Sublime Text [**ElixirSublime**: Elixir plugin for SublimeText 3 providing code completion and linting.](https://github.com/vishnevskiy/ElixirSublime) # [VSCode](https://code.visualstudio.com/) | brew cask install visual-studio-code [**vscode-elixir**: This extension adds rich elixir language support to VS Code including: Syntax Coloring, Snippets, Intellisense](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) | [github](https://github.com/fr1zle/vscode-elixir) | ext install vscode-elixir -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ I no personal preference/order # Emacs [**spacemacs.org**: A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!](https://github.com/syl20bnr/spacemacs) [**Alchemist**: Elixir Tooling Integration Into Emacs] (http://www.alchemist-elixir.org/) | [gh](https://github.com/tonini/alchemist.el) # [Atom.io](https://atom.io/) ## Atom Packages/Plugins [**autocomplete-elixir**: Intelligent elixir code completion](https://atom.io/packages/autocomplete-elixir) -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,7 +32,9 @@ I no personal preference/order [**vscode-elixir**: This extension adds rich elixir language support to VS Code including: Syntax Coloring, Snippets, Intellisense](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) | [github](https://github.com/fr1zle/vscode-elixir) | ext install vscode-elixir  [**vscode-credo**: Visual Studio Code extension to integrate Credo, a static code analysis tool/linter for Elixir](https://marketplace.visualstudio.com/items?itemName=joshjg.vscode-credo) | [github](https://github.com/joshjg/vscode-credo.git) | ext install vscode-credo [**elixir-linter**: Provides linting for Elixir files using Credo for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=iampeterbanjo.elixirlinter) | [github](https://github.com/iampeterbanjo/vscode-elixir-linter) | ext install elixirlinter  # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,9 +34,9 @@ I no personal preference/order [**vscode-credo**: Visual Studio Code extension to integrate Credo, a static code analysis tool/linter for Elixir](https://marketplace.visualstudio.com/items?itemName=joshjg.vscode-credo) | [github](https://github.com/joshjg/vscode-credo.git) | ext install vscode-credo [**elixir-linter**: Provides linting for Elixir files using Credo for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=iampeterbanjo.elixirlinter) | ext install elixirlinter  # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) ## IntelliJ IDEA other resources [**IntelliJ-Elixir changelog by @KronicDeth at ElixirForum.com](https://elixirforum.com/u/kronicdeth/activity/topics) -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,7 +33,7 @@ I no personal preference/order  [**vscode-credo**: Visual Studio Code extension to integrate Credo, a static code analysis tool/linter for Elixir](https://marketplace.visualstudio.com/items?itemName=joshjg.vscode-credo) | [github](https://github.com/joshjg/vscode-credo.git) | ext install vscode-credo [**elixir-linter**: Provides linting for Elixir files using Credo for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=iampeterbanjo.elixirlinter) | ext install elixirlinter  # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) new in IntelliJ-Elixir 5.1.0: Debugger!! -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,7 +33,7 @@ I no personal preference/order  [**vscode-credo**: Visual Studio Code extension to integrate Credo, a static code analysis tool/linter for Elixir](https://marketplace.visualstudio.com/items?itemName=joshjg.vscode-credo) | [github](https://github.com/joshjg/vscode-credo.git) | ext install vscode-credo [**elixir-linter**: Provides linting for Elixir files using Credo for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=iampeterbanjo.elixirlinter) | ext install elixirlinter  # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) new in IntelliJ-Elixir 5.1.0: Debugger!! -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,6 +32,8 @@ I no personal preference/order [**vscode-elixir**: This extension adds rich elixir language support to VS Code including: Syntax Coloring, Snippets, Intellisense](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) | [github](https://github.com/fr1zle/vscode-elixir) | ext install vscode-elixir  [**vscode-credo**: Visual Studio Code extension to integrate Credo, a static code analysis tool/linter for Elixir](https://marketplace.visualstudio.com/items?itemName=joshjg.vscode-credo) | [github](https://github.com/joshjg/vscode-credo.git) | ext install vscode-credo [**elixir-linter**: Provides linting for Elixir files using Credo for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=iampeterbanjo.elixirlinter) | ext install elixirlinter  # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) new in IntelliJ-Elixir 5.1.0: Debugger!! -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,8 +29,9 @@ I no personal preference/order # Sublime Text # [VSCode](https://code.visualstudio.com/) | brew cask install visual-studio-code [**vscode-elixir**: This extension adds rich elixir language support to VS Code including: Syntax Coloring, Snippets, Intellisense](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) | [github](https://github.com/fr1zle/vscode-elixir) | ext install vscode-elixir  [**vscode-credo**: Visual Studio Code extension to integrate Credo, a static code analysis tool/linter for Elixir](https://marketplace.visualstudio.com/items?itemName=joshjg.vscode-credo) | [github](https://github.com/joshjg/vscode-credo.git) | ext install vscode-credo # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) new in IntelliJ-Elixir 5.1.0: Debugger!! -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,7 +29,7 @@ I no personal preference/order # Sublime Text # [VSCode](https://code.visualstudio.com/) | brew cask install visual-studio-code [**vscode-elixir**: This extension adds rich elixir language support to VS Code including: Syntax Coloring, Snippets, Intellisense](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) | [github repo](https://github.com/fr1zle/vscode-elixir) | ext install vscode-elixir  # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,8 +28,9 @@ I no personal preference/order [**linter-elixirc**: Bare Minimum Elixir lint package](https://atom.io/packages/linter-elixirc) # Sublime Text # [VSCode](https://code.visualstudio.com/) | brew cask install visual-studio-code [**vscode-elixir**: This extension adds rich elixir language support to VS Code including: Syntax Coloring, Snippets, Intellisense](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) | ext install vscode-elixir  # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) new in IntelliJ-Elixir 5.1.0: Debugger!! -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,4 +35,4 @@ I no personal preference/order new in IntelliJ-Elixir 5.1.0: Debugger!! ## IntelliJ IDEA other resources [**IntelliJ-Elixir changelog by @KronicDeth at ElixirForum.com](https://elixirforum.com/u/kronicdeth/activity/topics) -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,7 +30,9 @@ I no personal preference/order # VSCode # [IntelliJ IDEA](https://www.jetbrains.com/idea) | [GitHub Repo](https://github.com/JetBrains/intellij-community) | brew cask install intellij-idea-ce [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) new in IntelliJ-Elixir 5.1.0: Debugger!! ## IntelliJ IDEA other resources [**IntelliJ-Elixir 5.0.0** on ElixirForum](https://elixirforum.com/t/intellij-elixir-5-0-0/4646) -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,6 +30,7 @@ I no personal preference/order # VSCode # IntelliJ [**IntelliJ-Elixir**: This is a plugin that adds support for Elixir to JetBrains IntelliJ IDEA platform IDEs (0xDBE, AppCode, IntelliJ IDEA, PHPStorm, PyCharm, Rubymine, WebStorm).](https://github.com/KronicDeth/intellij-elixir) [**IntelliJ-Elixir 5.0.0** on ElixirForum](https://elixirforum.com/t/intellij-elixir-5-0-0/4646) ps: will edit later with some links to packages/blogposts so you one can makes an informed decision. -
agustif revised this gist
Apr 24, 2017 . No changes.There are no files selected for viewing
-
agustif revised this gist
Apr 24, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,6 +25,7 @@ I no personal preference/order ## Atom Packages/Plugins [**autocomplete-elixir**: Intelligent elixir code completion](https://atom.io/packages/autocomplete-elixir) [**language-elixir**: Elixir language support for Atom](https://atom.io/packages/language-elixir) [**linter-elixirc**: Bare Minimum Elixir lint package](https://atom.io/packages/linter-elixirc) # Sublime Text # VSCode -
agustif revised this gist
Apr 24, 2017 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,26 @@ I no personal preference/order # Vim packages [**vim-elixir**: Vim configuration files for Elixir](https://github.com/elixir-lang/vim-elixir) [**alchemist.vim**: This plugin uses alchemist-server to give inside information about your elixir project in vim.](https://github.com/slashmili/alchemist.vim) [**Janus**: This is a distribution of plug-ins and mappings for Vim, Gvim and MacVim.](https://github.com/carlhuda/janus) [**neovim-elixir**: Neovim host plugin for Elixir ](https://github.com/awetzel/neovim-elixir) ## Vim and related resources [[Video] neovim for Elixir [DailyDrip]](https://www.dailydrip.com/topics/elixirsips/drips/neovim-for-elixir) [[Discussion] How is your Vim set up? [Elixir-Fourm]](https://elixirforum.com/t/how-is-your-vim-set-up/2367/8) [[Article] How to Install vim-elixir with Vundle](http://rustamserg.com/?p=171) [[Article] TDD with Elixir and Neovim by codyjroberts.com](http://www.codyjroberts.com/blog/til/TDD-with-Elixir-and-Neovim/) # Emacs [**spacemacs.org**: A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!](https://github.com/syl20bnr/spacemacs) # [Atom.io](https://atom.io/) ## Atom Packages/Plugins [**autocomplete-elixir**: Intelligent elixir code completion](https://atom.io/packages/autocomplete-elixir) -
agustif renamed this gist
Apr 24, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
agustif created this gist
Apr 24, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ I no personal preference/order # Vim packages [**vim-elixir**: Vim configuration files for Elixir](https://github.com/elixir-lang/vim-elixir) [**alchemist.vim**: This plugin uses alchemist-server to give inside information about your elixir project in vim.](https://github.com/slashmili/alchemist.vim) [**Janus**: This is a distribution of plug-ins and mappings for Vim, Gvim and MacVim.](https://github.com/carlhuda/janus) [**neovim-elixir**: Neovim host plugin for Elixir ](https://github.com/awetzel/neovim-elixir) ## Vim and related resources [[Video] neovim for Elixir [DailyDrip]](https://www.dailydrip.com/topics/elixirsips/drips/neovim-for-elixir) [[Discussion] How is your Vim set up? [Elixir-Fourm]](https://elixirforum.com/t/how-is-your-vim-set-up/2367/8) [[Article] How to Install vim-elixir with Vundle](http://rustamserg.com/?p=171) [[Article] TDD with Elixir and Neovim by codyjroberts.com](http://www.codyjroberts.com/blog/til/TDD-with-Elixir-and-Neovim/) # Emacs [**spacemacs.org**: A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!](https://github.com/syl20bnr/spacemacs) # [Atom.io](https://atom.io/) ## Atom Packages/Plugins [**autocomplete-elixir**: Intelligent elixir code completion](https://atom.io/packages/autocomplete-elixir) [**language-elixir**: Elixir language support for Atom](https://atom.io/packages/language-elixir) # Sublime Text # VSCode #IntelliJ ps: will edit later with some links to packages/blogposts so you one can makes an informed decision.