在远程系统上使用 intellij modify/build/index 代码库

Using intellij to modify/build/index code base on remote system

我有 2 个 mac 引擎要处理。一个是我的 macbook pro,我更喜欢用于开发目的,另一个是远程 machine,我通过构建代码库和引导应用程序来进行大部分测试。

有没有一种方法可以让我在 mac 上配置 intellij 以指向远程 machine 中的代码库,以便 Intellij 可以轻松识别项目结构并在那里构建工件?通过这种方式,我假设 intellij 不会在本地构建代码库,而只是索引已经构建的文件并帮助我修改代码库。

IntelliJ IDEA has no support for that 目前。