Skip to content

Commit 6ac5f73

Browse files
committed
Enable import on the fly by default
1 parent c4aa1c5 commit 6ac5f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/goide/codeInsight/imports/GoCodeInsightSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727
public class GoCodeInsightSettings implements PersistentStateComponent<GoCodeInsightSettings> {
2828
private boolean myShowImportPopup = true;
29-
private boolean myAddUnambiguousImportsOnTheFly = false;
29+
private boolean myAddUnambiguousImportsOnTheFly = true;
3030

3131
public static GoCodeInsightSettings getInstance() {
3232
return ServiceManager.getService(GoCodeInsightSettings.class);

0 commit comments

Comments
 (0)