contentAssistant
.setAutoActivationDelay(preferencesService
.getInt(PHPCorePlugin.ID,
PHPCoreConstants.CODEASSIST_AUTOACTIVATION_DELAY,
0, null));
contentAssistant
.enableAutoInsert(preferencesService
.getBoolean(
PHPCorePlugin.ID,
PHPCoreConstants.CODEASSIST_AUTOINSERT,
false, null));