AWS Elastic Beanstalk (.ebextension) 配置 - IntelliJ 中支持 .config 文件

sup*_*ern 0 intellij-idea amazon-web-services phpstorm amazon-elastic-beanstalk

我尝试寻找 IntelliJ/PhpStorm/WebStorm 插件来支持 *.config 文件。看起来一团糟。

*.config 文件混乱

我找到了AWS Elastic Beanstalk Integration,但似乎不起作用

sup*_*ern 5

好的,经过一些研究,看起来是一个很好的解决方案

> File -> Settings (Ctrl + Alt + S)

> Editor -> File Types
Run Code Online (Sandbox Code Playgroud)

EbExtension 文件遵循 yaml 语法/格式

> Recognized File Types -> choose YAML

> Registered Patterns -> Click (+) plus icon on its right side

> add *.config

> click Ok -> Apply

> Wait to finish indexing
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述