<%@ 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.