Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究谷歌脚本项目,并clasp用于在我的本地机器和谷歌脚本之间同步代码。我的脚本正在使用我的其他脚本作为库。
clasp
是否可以在 IntelliJ Idea 中连接多个 google 脚本项目?这里的困难是谷歌要求你在库中添加一些标识符/前缀(见截图)。 因此,如果您有一个带有变量的库test。您需要使用library-prefix.test. 在这种情况下,在 Idea 中进行自动完成的最佳方法是什么?
test
library-prefix.test