【发布时间】:2019-04-02 06:47:00
【问题描述】:
我使用 rebar3 来管理 Erlang 项目的依赖关系。项目运行良好,但我的 IDE 无法解析依赖项的功能。这是我的演示项目:
rebar3_module_a (a rebar3 lib module)
rebar3_module_b (a rebar3 lib module)
rebar3_app (the main rebar3 app)
rebar3_app 使用 rebar3_module_a 和 rebar3_module_b 广告它的依赖项。 (见下面的屏幕截图):
有没有人知道如何让我的 IDE 很好地解决依赖关系?
谢谢~~
【问题讨论】:
标签: intellij-idea erlang rebar3