In a .jsp file containing this:
<%
session = request.getSession(true);
Object o = session.getAttribute("fool");
when typing o. nothing happens.
In a .java file with the same contents, typing o. gives a list of all Object methods and values. How can I get slickedit 2013 mac to do the same in a .jsp file?