java - Intelligent string replacement/completion in IDEA 11 Ultimate -


intellj idea 11 has bizarre way of replacing / completing text insert.

suppose string value "oldxml". when edit it, idea helpfully suggests value "theoldxml". happily press enter, accept change.

to surprise, idea doesn't replace old value new 1 (like netbeans, or ides know); prepends it, result "theoldxmloldxml", nonsense.

is possible change behavior?

use tab instead of enter choose suggestion, it'll overwrite whole identifier then


Comments