如何在 PhpStorm 编辑器中为 .mjml 文件配置代码格式
How to configure code formatting for .mjml file in PhpStorm editor
我正在使用 mjml to create a mailer template with npm
and using PhpStorm 作为我的 IDE。
但出于某种原因,我的代码在 html 中没有可视化格式,这使得构建模板变得不那么容易。
有什么方法可以在 PhpStorm 中配置自定义文件类型,例如 .mjml
到 运行 html 格式化代码而不是纯文本?
您在 文件中关联了 .mjml
个文件 |设置 |编辑|文件类型?从外观上看,它们应该分配给 HTML。
我正在使用 mjml to create a mailer template with npm
and using PhpStorm 作为我的 IDE。
但出于某种原因,我的代码在 html 中没有可视化格式,这使得构建模板变得不那么容易。
有什么方法可以在 PhpStorm 中配置自定义文件类型,例如 .mjml
到 运行 html 格式化代码而不是纯文本?
您在 文件中关联了 .mjml
个文件 |设置 |编辑|文件类型?从外观上看,它们应该分配给 HTML。