If I have "b.jsp" as follows:
 
                <%!
                    private static void foo(int i) { }
                %>


with "a.jsp" as follows:

                <%@ include file="b.jsp" %>
                <%
                    int test = 234234;
                    foo(|);
                %>

With the caret at "|", Ctrl-Shift-Space does not seem to be able to figure
out that "test" should be completed.

        Alex Dommasch

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to