ctr + space not have any proposals MyEclipse IDE > General Development This topic has 4 replies, 2 voices, and was last updated 15 years, 9 months ago by Loyal Water. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts February 5, 2009 at 9:37 am #294411 Reply snircoMember Hello I’m pressing ctr+space on object as at regular Eclipse and dont get any proposals. February 5, 2009 at 11:23 am #294436 Reply Loyal WaterMember 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? February 5, 2009 at 1:36 pm #294456 Reply snircoMember No I got “No Defualt Proposals” February 6, 2009 at 9:53 am #294494 Reply Loyal WaterMember 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? February 6, 2009 at 11:54 am #294507 Reply Loyal WaterMember Also, can you go to Window —> Preferences —> Java –> Editor —> Content Assist —> Advanced and clicked on restore defaults button. Does that help? Author Posts 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