Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to edit JSP and HTML file in Intellij 13.1.6 community

I'm using IntelliJ 13.1.6 Community Edition, but it opens the JSP and HTML file as text file. I installed the plugin named Jsp Internatinalizer, but didn't work.

It works in IntelliJ Ultimate Edition. Is it right not working with the Community Edition?

like image 638
Sky Avatar asked May 19 '15 05:05

Sky


2 Answers

JSP and HTML editing/manipulation is only explicitly supported in the Ultimate Edition.

like image 76
Makoto Avatar answered Oct 10 '22 05:10

Makoto


Later versions of IntelliJ Idea CE provide syntax highlighting for jsps. Checked on 15.0.2.

Html files has code completion, live templates, emmet abbreviations etc. Even on 12.1.7

In File Types Settings you can set to recognize *.jsp as html.

like image 26
user2418306 Avatar answered Oct 10 '22 05:10

user2418306