How can I change editor preferences programmatically? Siddharth Priya Created August 06, 2012 10:53 Hello,I would like to add to the "Exclude from Import and completion" list through a plugin. What is the best way to do this?thanksSiddharth
com.intellij.codeInsight.daemon.impl.actions.AddImportAction#excludeFromImport should work
since I didn't want any UI invoked while changing, I am reading/writing directly from CodeInsightSettings.