This extension provides Erlang/OTP support for Visual Studio Codeand is available at the Marketplace.
- 2016-02-17: Experimental module name auto-completion (currently Erlang standard library modules only)
- 2016-02-16: Added experimental support for auto-completion of Erlang standard library module functions. Enable it with
setting
erlang.enableExperimentalAutoComplete
totrue
in your user settings and restart VSCode.
- Syntax highlighting
- Auto-indent
- Snippets
- Auto-complete (experimental)
- Build support
- Erlang shell
This extension is still WIP, feel free to submit ideas/bug fixes on Github.
rec
: receive blockreca
: receive block with aftercase
: case blockif
: if blocktry
: try .. catch block
You can submit more snippets on Github.
- Erlang syntax file is based on: https://github.com/pgourlain/vscode_erlang.