intellij-idea - IntelliJ : Unresolved function for dependencies module

标签 intellij-idea erlang rebar3

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

enter image description here

谢谢~~

最佳答案

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

请参阅下面的屏幕截图:

enter image description here

关于intellij-idea - IntelliJ : Unresolved function for dependencies module,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53043767/

相关文章:

java - 随机无法识别 Maven 依赖项

java - IntelliJ 和 svn :ignore

intellij-idea - 如何在 IntelliJ IDEA 项目工具窗口中自动导航到当前类?

hash - Erlang 密码模块 - ECDSA、RSA、SHA256 等

erlang - Rebar3 是否使用 HiPE 编译 Dialyzer 模块?

erlang - 如何将新的 Erlang 应用程序添加到 Rebar3 伞式项目?

java - 运行 spring mvc 基本示例应用程序的步骤

powershell - 无法使用 SetEnvironmentVariable 设置 PATH

erlang - 在 Erlang 中,如何独立捕获子进程的 stdout 和 stderr?

erlang - 如何在 Erlang escript 中设置代理?