📜 ⬆️ ⬇️

Erlang plugin for IntelliJ IDEA

Erlang plugin for IntelliJ IDEA released today.
It is free, available in both Community Edition and related products: RubyMine, PyCharm, WebStorm, etc.

Main features



This is a release with a set of basic features for editing code and navigating a project written in Erlang. Its main purpose is to understand the direction of further development.

Screenshots


Structure view


Auto-completion of function names in the export attribute

')
Find usages for records (uses are shown including in external files)


Quickdoc for function


Autocompletion in the function body


Future plans



Today's release is very early, it, as already written above, is aimed at getting feedback and considering wishes.
Wishes and omissions are accepted in trekker .

Thanks


When developing, Grammar-Kit was used - a framework for building plug-ins to support programming languages ​​for BNF grammars.
I recommend to look at this plugin when writing language support for IntelliJ Platform.

Links




Afterword


Yes, I know about the ErlGray plugin, but unfortunately it is available only for the 10.x branch.

Source: https://habr.com/ru/post/148458/


All Articles