标签: intellij-idea
我正在使用IntelliJ-Idea来编辑html文件。在IDEA中有一个称为“语言注入”的有用功能,我可以轻松配置某些属性(例如ng-model / ng-controller)以注入javascript,但我不知道如何配置所有启动的属性与ng-?
ng-
答案 0 :(得分:1)
你应该使用
+ xmlAttribute().withLocalName(string().startsWith("ng-"))
作为地方模式。