erlang IntelliJ:依赖模块的未解析函数

iyfjxgzm  于 2022-12-08  发布在  Erlang
关注(0)|答案(1)|浏览(175)

我使用rebar 3来管理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很好地解析依赖项?

谢谢~~

33qvvth1

33qvvth11#

通过将依赖项添加到项目的模块中解决了问题。
请参阅下面的屏幕截图:

相关问题