2

我使用 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 很好地解决依赖关系?

在此处输入图像描述

谢谢~~

4

1 回答 1

2

通过将依赖项添加到项目的模块中解决了问题。

请参阅下面的屏幕截图:

在此处输入图像描述

于 2018-10-29T13:30:59.630 回答