facebook

Incomplete code completion

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #206858 Reply

    Forgive me if this has already been logged or fixed.
    In M7 version of the code base – for code completion in JSP pages, when you code complete java, it fails to add parenthesis. For example if I had:

    
    Object foo = new Integer(2);
    foo.toS<cursor here>
    

    and I try for code completion and choose toString(), I will then have:

    
    Object foo = new Integer(2);
    foo.toString<cursor here>
    

    rather than:

    
    Object foo = new Integer(2);
    foo.toString()
    

    as I would in the java editor.

    #206860 Reply

    Riyad Kalla
    Member

    I wasn’t able to reproduce this behavior. We are going to release a beta of 2.8 in the middle of this month, please let us know if this problem persists for you.

    Also a good thing to do is make sure that our JSP editor is being used to edit the JSP pages (instead of another plugins, like Lomboz). Right click on your JSP page, go to “Open With” and make sure you select “MyEclipse JSP Editor”.

    #207495 Reply

    Riyad Kalla
    Member

    Nogardtla,
    Are you still having this problem?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Incomplete code completion

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