如何让所有以“ng-”开头的属性在IntelliJ-IDEA中注入语言javascript?

时间:2013-02-02 10:15:37

标签: intellij-idea

我正在使用IntelliJ-Idea来编辑html文件。在IDEA中有一个称为“语言注入”的有用功能,我可以轻松配置某些属性(例如ng-model / ng-controller)以注入javascript,但我不知道如何配置所有启动的属性与ng-

enter image description here

看看上面的图片,有一个重要的“地方模式”,如何配置呢?

1 个答案:

答案 0 :(得分:1)

你应该使用

+ xmlAttribute().withLocalName(string().startsWith("ng-"))

作为地方模式