Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/variables/2.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
Grails 在Intellij Idea中格式化GroovyServer页面_Grails_Formatting_Intellij Idea - Fatal编程技术网

Grails 在Intellij Idea中格式化GroovyServer页面

Grails 在Intellij Idea中格式化GroovyServer页面,grails,formatting,intellij-idea,Grails,Formatting,Intellij Idea,我正在尝试使用IntelliJ Idea CE作为开发Grails web应用程序的编辑器。我创建了一个GSP文件 <!DOCTYPE html> <html> <head> <title>Main</title></head> <body>Welcome, to my online forum, the date today is ${date} </body> </html> 主

我正在尝试使用IntelliJ Idea CE作为开发Grails web应用程序的编辑器。我创建了一个GSP文件

<!DOCTYPE html>
<html>
<head>
<title>Main</title></head>
<body>Welcome, to my online forum, the date today is ${date}
</body>
</html> 

主要
欢迎来到我的在线论坛,今天的日期是${date}
并尝试使用ctrl+alt+L设置格式,但什么也没发生

我的问题


我们可以在IntelliJ Idea中格式化.gsp文件吗?如果可以,如何格式化?

IntelliJ Idea社区版不支持Grails开发。IntelliJ IDEA Ultimate提供了对Grails开发的全面支持,包括GSP页面的格式