Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to stop Eclipse's autocompletion from going mad?
How to stop Eclipse's autocompletion from going mad? [message #1226457] Wed, 01 January 2014 21:18
Michael Moser is currently offline Michael MoserFriend
Messages: 64
Registered: October 2012
Location: Zürich, Switzerland
Member
The Java editor's auto completion feature used to be a highlight of Eclipse. But since v4.3 (Kepler) it has gone nuts and I am constantly fighting with this beast!

For some reason it now always replaces the last word with the topmost type suggestion when I hit " " (blank). E.g. if I start writing "final ..." to define a variable member, I end up with "FinalArrayList " (from package com.sun.istack...) as soon as I hit the blank following the word "final". And I could add dozens of similarly brain-damaged examples here! Why does the auto completion even consider such internal packages? And why does it replace what I type without my consent?

How do I stop this nonsense?
Previous Topic:Eclipse on Linux Mint is terminated
Next Topic:eclipse exit after running project(servelt)
Goto Forum:
  


Current Time: Wed Apr 24 23:51:53 GMT 2024

Powered by FUDForum. Page generated in 0.03579 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top