jwl
jwl

Reputation: 10514

How can I add a Code Style for JSP in Intellij (v15 Community Edition)?

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.

enter image description here

I'm using 15.0.1 Community Edition.

Upvotes: 1

Views: 2342

Answers (1)

Bohuslav Burghardt
Bohuslav Burghardt

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

Related Questions