JDT content assist frustration [message #1827918] |
Tue, 26 May 2020 20:33  |
Eclipse User |
|
|
|
I'm using Eclipse IDE 2020-03 for java development. I am running into a frustration with the content assist feature. The default suggestion that the editor is making is often annoyingly wrong and difficult to avoid.
As a simple example, in one of my methods, I type:
Arrays.sort
At this point, the content assist is offering parallelSort(byte[] a) as the top choice. If I hit '(', thinking my text will now say Arrays.sort(, it changes it to Arrays.parallelSort(a);
This sort of thing happens many times in many situations. It is especially frustrating when I am not looking at the code as I type it, but looking at a reference doc or code sample. The code I think I typed is very different from what is actually in the editor.
Are there some settings I can change to tell Eclipse to trust what I type by default?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05183 seconds