The Erlang LS extension for VSCode. The documentation for Erlang LS is available at:
It is possible to customize the extension for a given project via an
erlang_ls.config
file. Learn
how.
Get context-aware code completions for function names, macros, records, variable names and more.
Navigate to the definition of a function, macro, record or type.
Hovering a gen_server:start_link
call? Jump to the respective init
function with a single keystroke.
Never remember the order of the lists:keytake/3
function? You are
not alone. We got you covered.
Display warnings and errors from the compiler inline.
It has never been so easy to make Dialyzer happy.
Display Elvis style suggestions inline. No more nit-picking comments from colleagues!
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!
Navigate to included files with a single click.
Who is calling this function? Figure it out without leaving the current context.
Get a nice outline of your module on the side and jump between functions.
Jump to the module you're looking for, in no time.
Focus on what's important, fold the rest.