We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4aa1c5 commit 6ac5f73Copy full SHA for 6ac5f73
src/com/goide/codeInsight/imports/GoCodeInsightSettings.java
@@ -26,7 +26,7 @@
26
)
27
public class GoCodeInsightSettings implements PersistentStateComponent<GoCodeInsightSettings> {
28
private boolean myShowImportPopup = true;
29
- private boolean myAddUnambiguousImportsOnTheFly = false;
+ private boolean myAddUnambiguousImportsOnTheFly = true;
30
31
public static GoCodeInsightSettings getInstance() {
32
return ServiceManager.getService(GoCodeInsightSettings.class);
0 commit comments