将 edge.js 与 IntelliJ IDEA 集成
Integrating edge.js with IntelliJ IDEA
如何在 IntelliJ IDEA / Webstorm 中为 edge.js 模板文件添加语法高亮?
没有明显的可用插件。也许有类似的模板引擎可以工作?
好的,我得到了答案。
Edge.js 类似于 Blade 模板引擎(在 Laravel 中使用),在 IntelliJ IDEA 中安装 Blade 插件后,您应该添加 .edge 扩展名blade 文件类型:
Settings => Editor => File Types => find Blade => add *.edge pattern using + icon
如何在 IntelliJ IDEA / Webstorm 中为 edge.js 模板文件添加语法高亮?
没有明显的可用插件。也许有类似的模板引擎可以工作?
好的,我得到了答案。
Edge.js 类似于 Blade 模板引擎(在 Laravel 中使用),在 IntelliJ IDEA 中安装 Blade 插件后,您应该添加 .edge 扩展名blade 文件类型:
Settings => Editor => File Types => find Blade => add *.edge pattern using + icon