blob: ed22e989ee37883893457b664cac2bcf1117e880 [file] [log] [blame]
search symbols in workspace
Usage:
gopls [flags] workspace_symbol [workspace_symbol-flags] <query>
Example:
$ gopls workspace_symbol -matcher fuzzy 'wsymbols'
workspace_symbol-flags:
-matcher=string
specifies the type of matcher: fuzzy, fastfuzzy, casesensitive, or caseinsensitive.
The default is caseinsensitive.