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
@@ -2037,6 +2037,12 @@
2037
2037
"Default": "true",
2038
2038
"Status": ""
2039
2039
},
2040
+
{
2041
+
"Name": "\"go_to_test\"",
2042
+
"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",
2043
+
"Default": "false",
2044
+
"Status": ""
2045
+
},
2040
2046
{
2041
2047
"Name": "\"regenerate_cgo\"",
2042
2048
"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",
@@ -2238,6 +2244,14 @@
2238
2244
"Default": true,
2239
2245
"Status": ""
2240
2246
},
2247
+
{
2248
+
"FileType": "Go",
2249
+
"Lens": "go_to_test",
2250
+
"Title": "Go to the functions's Test, Example, Benchmark, or Fuzz declarations",
2251
+
"Doc": "\nThis codelens source annotates function and method declarations\nwith their corresponding Test, Example, Benchmark, and Fuzz functions.\n",
0 commit comments