github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/internal/lsp/cmd/usage/workspace_symbol.hlp (about) 1 search symbols in workspace 2 3 Usage: 4 gopls [flags] workspace_symbol [workspace_symbol-flags] <query> 5 6 Example: 7 8 $ gopls workspace_symbol -matcher fuzzy 'wsymbols' 9 10 workspace_symbol-flags: 11 -matcher=string 12 specifies the type of matcher: fuzzy, caseSensitive, or caseInsensitive. 13 The default is caseInsensitive.