Intellij打开目录,其中包含ansible剧本脚本/ yaml文件作为项目

时间:2018-08-16 17:53:54

标签: intellij-idea intellij-plugin

我想在Intellij中打开目录作为项目。该目录包含自动化/可用脚本(yaml / sh / etc)文件。试图搜索解决方案,但没有结果。如何在IntelliJ中做到这一点?

2 个答案:

答案 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。

  1. File>New>Project from Existing Sources或作为模块添加到现有项目File>New>Module from Existing Sources中,然后选择包含脚本的文件夹。
  2. 在下一个窗口中,选择Create project from existing sources选项。在随后的窗口中单击Next,然后单击Finish