Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/81.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
html IntelliJ中的对象文字大括号_Html_Angular_Intellij Idea_Webstorm - Fatal编程技术网

html IntelliJ中的对象文字大括号

html IntelliJ中的对象文字大括号,html,angular,intellij-idea,webstorm,Html,Angular,Intellij Idea,Webstorm,如何将IntelliJ IDEA设置为如下格式的代码 hello {{name}} 到 对于角度模板?如果在设置|编辑器|常规|智能钥匙中启用了在插值中自动插入空格,则在完成大括号时插入空格。但是,没有办法在代码重新格式化时插入它们非常感谢,这也需要为我安装AngularJS插件(Intellij IDEA) hello {{ name }}

如何将IntelliJ IDEA设置为如下格式的代码

hello {{name}}


对于角度模板?

如果在
设置|编辑器|常规|智能钥匙
中启用了在插值中自动插入空格,则在完成大括号时插入空格。但是,没有办法在代码重新格式化时插入它们

非常感谢,这也需要为我安装AngularJS插件(Intellij IDEA)
hello {{ name }}