facebook

Code assist without Ctrl-Space

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

    Maybe a stupid question but I could not find it anywhere on the web:
    Currently activating code assist in .jsp filed (and various others) requires me to press Ctrl-Space. Is there any way to turn ON code assist to help without the necessity to hit this key combination.

    I’d rather like MyEclipse to pop up code assist whenever it recognizes a “.” and other key elements.

    Any idea?

    #200420 Reply

    Scott Anderson
    Participant

    Right now, the editor doesn’t support auto-activation of code assist. I’ve added it as an enhancement request to our internal tracking system. Thanks for the suggestion.

    –Scott
    MyEclipse Support

    #200444 Reply

    No Operation
    Member

    wonder why it works then:

    <%
    String s = “”;
    s.
    %>

    and completions shows up…

    or do I misunderstand this?

    NOP

    #200447 Reply

    You don’t.

    It is working with my version of Eclipse now, too. But I am sure that it did not yesterday, when I’ve posted this request.

    Scott, what is the “intended” behavior…?

    #200455 Reply

    No Operation
    Member

    maybe this is the reason:

    Code completion refuses often to work, if you have compiler errors above the completion location.

    NOP

    #200464 Reply

    Scott Anderson
    Participant

    Scott, what is the “intended” behavior…?

    The intended behavior is that code completion should work after typing a ‘.’, as it is doing for Java so the behavior you’re now experiencing is the correct one.

    –Scott
    MyEclipse Support

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Code assist without Ctrl-Space

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