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
@@ -2013,6 +2013,12 @@
2013
2013
"Default": "true",
2014
2014
"Status": ""
2015
2015
},
2016
+
{
2017
+
"Name": "\"go_to_test\"",
2018
+
"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",
2019
+
"Default": "false",
2020
+
"Status": ""
2021
+
},
2016
2022
{
2017
2023
"Name": "\"regenerate_cgo\"",
2018
2024
"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",
@@ -2200,6 +2206,14 @@
2200
2206
"Default": true,
2201
2207
"Status": ""
2202
2208
},
2209
+
{
2210
+
"FileType": "Go",
2211
+
"Lens": "go_to_test",
2212
+
"Title": "Go to the functions's Test, Example, Benchmark, or Fuzz declarations",
2213
+
"Doc": "\nThis codelens source annotates function and method declarations\nwith their corresponding Test, Example, Benchmark, and Fuzz functions.\n",
0 commit comments