9.0 Beta and JSP auto-import...

In 9.0 beta - if I use a java class in the JSP file that is not already imported - I get the standard "import" popup - but when I hit alt+enter - it adds the complete fully qualified class name on the line - previously it would add the import line and just keep the class name as is on the JSP line. The new fully qualified class name just makes the code more verbose. Would be nice if we can go back to the old behavior of importing the package but then leaving just the class name on the code line.

0
3 comments
Avatar
Permanently deleted user

You are using Java scriptlets in your JSPs (ughhhh!!!!)... and you are worried about IntelliJ making your code more verbose?   Ay-yay-yay...

0
Avatar
Permanently deleted user

Vinay,

I noticed this behavior alos but I forgotten to report it, becaues I had some more serious IDE fatal errors occurring.  Did you file a YouTrack issue for this?

-Alex

0

Please sign in to leave a comment.