joaomoreno / vscode-1

The Visual Studio Code Extension for the Erlang Language Server

Home Page:https://erlang-ls.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erlang-ls/vscode

The Erlang LS extension for VSCode. The documentation for Erlang LS is available at:

https://erlang-ls.github.io

It is possible to customize the extension for a given project via an erlang_ls.config file. Learn how.

Available Features

Code Completion

Get context-aware code completions for function names, macros, records, variable names and more.

Code Completion

Go To Definition

Navigate to the definition of a function, macro, record or type.

Go To Implementation for OTP Behaviours

Hovering a gen_server:start_link call? Jump to the respective init function with a single keystroke.

Signature Suggestions

Never remember the order of the lists:keytake/3 function? You are not alone. We got you covered.

Compiler Diagnostics

Display warnings and errors from the compiler inline.

Compiler Diagnostics

Dialyzer Diagnostics

It has never been so easy to make Dialyzer happy.

Elvis Diagnostics

Display Elvis style suggestions inline. No more nit-picking comments from colleagues!

Edoc

Hover a local or remote function to see its edoc. You will miss this feature so much when edocs are not available that you will start writing them!

Navigation for Included Files

Navigate to included files with a single click.

Find/Peek References

Who is calling this function? Figure it out without leaving the current context.

Peek References

Outline

Get a nice outline of your module on the side and jump between functions.

Outline

Workspace Symbols

Jump to the module you're looking for, in no time.

Folding

Focus on what's important, fold the rest.

About

The Visual Studio Code Extension for the Erlang Language Server

https://erlang-ls.github.io/

License:Apache License 2.0


Languages

Language:TypeScript 93.7%Language:Dockerfile 6.3%