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 7c6d353 commit 6a9d559Copy full SHA for 6a9d559
Commands/Def.tmCommand
@@ -14,7 +14,7 @@ Go::godef</string>
14
<key>inputFormat</key>
15
<string>text</string>
16
<key>keyEquivalent</key>
17
- <string>@d</string>
+ <string>@g</string>
18
<key>name</key>
19
<string>Go to Definition</string>
20
<key>outputCaret</key>
@@ -23,6 +23,8 @@ Go::godef</string>
23
24
<key>outputLocation</key>
25
<string>toolTip</string>
26
+ <key>scope</key>
27
+ <string>source.go</string>
28
<key>uuid</key>
29
<string>A04DD936-EEB1-484E-BF47-98BD6709D00C</string>
30
<key>version</key>
0 commit comments