facebook

JSP Code Completion [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206995 Reply

    jhettenh
    Member

    I’ve looked through the forums, but none of the other code completion solutions seem to apply. I am using 3.0 M8 with the 702 version of workbench.

    tag completion seems to work fine, but any code completion (e.g. <% out.println() %>) does not.

    #207005 Reply

    Riyad Kalla
    Member

    I am not able to reproduce this problem (and use code completion quite heavily…) can you try a sample JSP file like this:

    
    <%
    String test = "1234";
    test.replaceFirst("1", "a");
    %>
    <body>
        <%
            out.write(test);
        %>
    </body>
    
    #207211 Reply

    jhettenh
    Member

    Hmm, either I’m an idjit (a possibility), or the removal of lomboz from my installation caused it to work….or something else. I just tried your simple example and it worked.

    Thanks.

    #207215 Reply

    Riyad Kalla
    Member

    Hmm, either I’m an idjit (a possibility), or the removal of lomboz from my installation caused it to work….or something else. I just tried your simple example and it worked.

    Glad to hear its working, getting flaky autocomplete can be maddening…

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JSP Code Completion [Closed]

You must be logged in to post in the forum log in