我使用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很好地解析依赖项?
谢谢~~
1条答案
按热度按时间33qvvth11#
通过将依赖项添加到项目的模块中解决了问题。
请参阅下面的屏幕截图: