In accordance with the plug-in configuration screen, WebStorm 5 has an integration module with Java Servers. Description of plugins reads:
Provides editing, code support, and refactoring support for JSP and JSPX files.
I created a project based on the source of an existing Java project, but nothing that looks like a description of promises. When I open the .jsp file, the editor does not recognize specific JSP tags and directives. Highlighting html and javascript content is correct, but since it does not understand JSP, the whole file is filled with errors. So is it possible to edit .jsp files in Webstorm?
source share