Reputation: 10514
I want to have formatting for my JSP files. Under Code Style I only see: Java, Groovy, HTML, JSON, Kotlin, Properties, XML, and "Other File Types". Where can I add JSP as a Code Style? The JetBrains docs are not helpful.
I'm using 15.0.1 Community Edition.
Upvotes: 1
Views: 2342
Reputation: 34766
JSP support is not included in Community edition of IntelliJ IDEA. To get support for JSP and other Java EE technologies and frameworks you must upgrade to the Ultimate edition.
Source: Comparison matrix
Upvotes: 1