.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / internal / lsp / testdata / workspacesymbol / query.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.0/internal/lsp/testdata/workspacesymbol/query.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.0/internal/lsp/testdata/workspacesymbol/query.go
new file mode 100644 (file)
index 0000000..883aae2
--- /dev/null
@@ -0,0 +1,29 @@
+package main
+
+// Contains all of the workspace symbol queries.
+
+// -- Fuzzy matching --
+//@workspacesymbolfuzzy("rgop")
+//@workspacesymbolfuzzy("randoma")
+//@workspacesymbolfuzzy("randomb")
+
+// -- Case sensitive --
+//@workspacesymbolcasesensitive("main.main")
+//@workspacesymbolcasesensitive("p.Message")
+//@workspacesymbolcasesensitive("main.myvar")
+//@workspacesymbolcasesensitive("main.myType")
+//@workspacesymbolcasesensitive("main.myType.Blahblah")
+//@workspacesymbolcasesensitive("main.myStruct")
+//@workspacesymbolcasesensitive("main.myStruct.myStructField")
+//@workspacesymbolcasesensitive("main.myInterface")
+//@workspacesymbolcasesensitive("main.myInterface.DoSomeCoolStuff")
+//@workspacesymbolcasesensitive("main.embed.myStruct")
+//@workspacesymbolcasesensitive("main.embed.nestedStruct.nestedStruct2.int")
+//@workspacesymbolcasesensitive("main.embed.nestedInterface.myInterface")
+//@workspacesymbolcasesensitive("main.embed.nestedInterface.nestedMethod")
+//@workspacesymbolcasesensitive("dunk")
+//@workspacesymbolcasesensitive("Dunk")
+
+// -- Standard --
+//@workspacesymbol("")
+//@workspacesymbol("randomgophervar")