Erlang plugin for IntelliJ IDEA version 0.5
Hi, Habr!
Today, a new version of the
Erlang plugin for
IntelliJ IDEA .
What's new?
7 months have passed since the
last release , so many new things are waiting for you:
- New and improved refactorings: introduce function, extract / inline variable and others
- New inspections: unresolved include / include_lib, unresolved function and others
- Code navigation: included files, test results, callbacks
- Improved compatibility with IntelliJ-based development environments
- Expanded support for color schemes and formatting, including support for comma-first style
- EUnit support: run tests from the editor, restart dropped tests
- Improved autocompletion for attributes, functions and modules
- Improved build project: debug_info, parse_transforms, behaviors, build with Rebar
- Debagger (experimental)
- And much more
')
Screenshots
Debugger

Autocompletion in include_lib

Testing with EUnit

Links
Source: https://habr.com/ru/post/195436/
All Articles