Question

Recently, I need to use Eclipse instead of Netbeans.

I find the following issues is annoying in my case. Say, I key in the following wrong method name.

enter image description here

So, I tend to fix the error, by deleting the wrong method name (But not parameter, as I know I want to pass in true), including the dot. I key in dot again, Eclipse auto completion will prompts me list of methods

enter image description here

I am happy with the suggestion. I press ENTER. However, this is what I am getting.

enter image description here

Now, I need to manually deleted the uselesss (checked). This is pretty annoying, especially when the method takes in 4 to 5 parameters. I have to delete them 1 by 1.

I consider this a usability defect. I do not have such issue in Netbeans. Anyone of you know any workaround to overcome this usability issues? Is there any options I can turn on or turn off?

Was it helpful?

Solution

You can also press Ctrl+Enter to insert the completion which will 'replace' the incorrect typed word.

Look for "Toggle between inserting and replacing content assist" in http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.jdt.doc.user/tips/jdt_tips.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top