facebook

ctr + space not have any proposals

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

    snirco
    Member

    Hello
    I’m pressing ctr+space on object as at regular Eclipse and dont get any proposals.

    #294436 Reply

    Loyal Water
    Member

    This is what I want you to try:-
    1. Create a new Web Project.
    2. Add a new class file called “Test” to it.
    3. Add the following code to Test.java:-

    
    public class Test {
    String s;
    
    void testString(){
        s="test";
        s.
    }
    
    }
    

    4. Now try code assist (ctrl + Space) after “s.”. Does it show you a drop down list?

    #294456 Reply

    snirco
    Member

    No I got “No Defualt Proposals”

    #294494 Reply

    Loyal Water
    Member

    Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    Did you setup MyEclipse using the All in One installer?

    #294507 Reply

    Loyal Water
    Member

    Also, can you go to Window —> Preferences —> Java –> Editor —> Content Assist —> Advanced and clicked on restore defaults button. Does that help?

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: ctr + space not have any proposals

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