Skip to content

Commit

Permalink
Disable Go package clipboard detection
Browse files Browse the repository at this point in the history
Disable the detection of Go packages like e.g. GitHub URLs to avoid the
noise of notifications/popups that ask to install the package. There is
absolute no need to `go get` since Go 1.11+ is used with Go modules.

Resolves GH-194
  • Loading branch information
arcticicestudio committed Mar 30, 2019
1 parent 39069be commit a3d062a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snowblocks/jetbrains/options/editor.codeinsight.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ License: MIT
<option name="SURROUND_SELECTION_ON_QUOTE_TYPED" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings" profile="arctic-inspections">
<!-- Reparse code after specified milliseconds when a marked error has been edited -->
<option name="AUTOREPARSE_DELAY" value="150" />
</component>
<component name="Go">
<option name="detectGoPackageFromClipboard" value="false" />
<option name="indentOnEnterInRawStrings" value="true" />
<option name="showDocumentationInParameterPopup" value="true" />
</component>
<component name="JSCodeFoldingSettings">
<option name="collapseOneLineFunctions" value="true" />
</component>
Expand Down

0 comments on commit a3d062a

Please sign in to comment.