erlang-ls/vscodeThe 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
Available FeaturesCode CompletionGet context-aware code completions for function names, macros, records, variable names and more. Go To DefinitionNavigate to the definition of a function, macro, record or type. Go To Implementation for OTP BehavioursHovering a Signature SuggestionsNever remember the order of the Compiler DiagnosticsDisplay warnings and errors from the compiler inline. Dialyzer DiagnosticsIt has never been so easy to make Dialyzer happy. Elvis DiagnosticsDisplay Elvis style suggestions inline. No more nit-picking comments from colleagues! EdocHover a local or remote function to see its Navigation for Included FilesNavigate to included files with a single click. Find/Peek ReferencesWho is calling this function? Figure it out without leaving the current context. OutlineGet a nice outline of your module on the side and jump between functions. Workspace SymbolsJump to the module you're looking for, in no time. FoldingFocus on what's important, fold the rest. |