我想在Intellij中打开目录作为项目。该目录包含自动化/可用脚本(yaml / sh / etc)文件。试图搜索解决方案,但没有结果。如何在IntelliJ中做到这一点?
答案 0 :(得分:1)
在Mac OS上,做
$ cd /path/to/the/project/root/directory
$ open -a 'IntelliJ IDEA 2018.2' &
项目将自动创建。
答案 1 :(得分:0)
以下步骤对我有用。我正在使用安装了YAML/Ansible support
插件的Ultimate 2018.2。
File>New>Project from Existing Sources
或作为模块添加到现有项目File>New>Module from Existing Sources
中,然后选择包含脚本的文件夹。 Create project from existing sources
选项。在随后的窗口中单击Next
,然后单击Finish
。