Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Verified
Assignee
Dmitry Avdeev
Subsystem
Editor. Editing Text
Affected versions
No Affected versions
Fixed in build
94.584  
  • Created by   Alexander Chernikov
    5 years ago (29 Dec 2006 16:57)
  • Updated by   Evgeniy Schepotiev
    21 months ago (27 Apr 2010 16:27)
  • Jira: IDEADEV-12952
    (history, comments)
 
IDEA-36087 Add imports on the fly option does not work for JSP
3
Issue is visible to: All Users
  The issue is visible to the selected user group only
Make sure you have Settings / Editor / Add unambigous imports on the fly = ON.
Type a JSP file like:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
  <head><title>Simple jsp page</title></head>
  <body>
  <%! private File file = new File("anything"); %>
  </body>
</html>

While typing "File" or any other type name JSP imports are not inserted.
In java the option works.
Comments (3)
 
History
 
Linked Issues (?)
 
Alexander Chernikov
  Alexander Chernikov
01 Feb 2008 22:39
4 years ago
8142. Now the option is in Settings / Code Style / Imports. Bug still happens.
Dmitry Avdeev
  Dmitry Avdeev
17 Mar 2010 14:19
22 months ago
Added an option for that. It's disabled by default.
Related Changes
Resolved Date
22 months ago (17 Mar 2010 14:19)
State
OpenFixed
Fixed In build
<lost change>
Alexander Chernikov
  Alexander Chernikov
25 Mar 2010 18:57
22 months ago
94.629: fix confirmed.
Related Changes
State
FixedVerified