The question is about Eclipse configuration (in fact I use STS but it's pretty much the same). Every time when I'm declaring some field in class Eclipse suggests me Method stub
as the first position and only then the needed class, e.g. if I want to create EntityManager field it first suggests Enti():void - method stub
and only then EntityManager which I need:
I never use this method stub (leaving alone that it doesn't make much sense to suggest method names started from the capital letter) so I'd really like to disable it but I've played a lot with different types of settings and still can't find it.
Does anybody know whether it is possible at all?
Thanks in advance.
Asked
Active
Viewed 332 times
6

skwisgaar
- 880
- 2
- 13
- 31
-
Have you tried playing around with the following preferences? Java -> Editor -> Content Assist -> Advanced – Pyves May 23 '17 at 19:38
-
thanks for the suggestion but yes, I've been there and couldn't find anything that would disable this annoying stuff – skwisgaar May 23 '17 at 22:34