Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Erlang/OTPNew to Visual Studio Code? Get it now.
Erlang/OTP

Erlang/OTP

Yuce Tekol

|
53,601 installs
| (2) | Free
Erlang/OTP support with syntax highlighting, auto-indent and snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Erlang/OTP Support for Visual Studio Code

This extension provides Erlang/OTP support for Visual Studio Code and is available at the Marketplace.

News

  • 0.2.4 (2017-06-23):
    • Fixed receive ... after auto-indent and snippet.
  • 0.2.3 (2017-06-21):
    • Fixed erlang.autoIndent preference item.
  • 0.2.2 (2017-06-18):
    • Improved auto-indent. This feature is enabled by default; in order to disable it, set erlang.autoIndent to false.
  • 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 to true in your user settings and restart VSCode.

Features

  • Syntax highlighting
  • Auto-indent
  • Snippets
  • Auto-complete (experimental)

Work In Progress

This extension is still WIP, feel free to submit ideas/bug fixes on Github.

Snippets

  • rec: receive block
  • reca: receive block with after
  • case: case block
  • if: if block
  • try: try .. catch block

You can submit more snippets on Github.

Thanks

  • Erlang syntax file is based on: https://github.com/pgourlain/vscode_erlang.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft