You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gopls/internal/doc/api.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1917,6 +1917,12 @@
1917
1917
"Default": "true",
1918
1918
"Status": ""
1919
1919
},
1920
+
{
1921
+
"Name": "\"go_to_test\"",
1922
+
"Doc": "`\"go_to_test\"`: Go to the functions's Test, Example, Benchmark, or Fuzz declarations\n\nThis codelens source annotates function and method declarations\nwith their corresponding Test, Example, Benchmark, and Fuzz functions.\n",
1923
+
"Default": "false",
1924
+
"Status": ""
1925
+
},
1920
1926
{
1921
1927
"Name": "\"regenerate_cgo\"",
1922
1928
"Doc": "`\"regenerate_cgo\"`: Re-generate cgo declarations\n\nThis codelens source annotates an `import \"C\"` declaration\nwith a command to re-run the [cgo\ncommand](https://pkg.go.dev/cmd/cgo) to regenerate the\ncorresponding Go declarations.\n\nUse this after editing the C code in comments attached to\nthe import, or in C header files included by it.\n",
@@ -2104,6 +2110,14 @@
2104
2110
"Default": true,
2105
2111
"Status": ""
2106
2112
},
2113
+
{
2114
+
"FileType": "Go",
2115
+
"Lens": "go_to_test",
2116
+
"Title": "Go to the functions's Test, Example, Benchmark, or Fuzz declarations",
2117
+
"Doc": "\nThis codelens source annotates function and method declarations\nwith their corresponding Test, Example, Benchmark, and Fuzz functions.\n",
0 commit comments