blob: a61b47b332ed6479ad9416421c24a5c531b0dea7 [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, caseSensitive, or caseInsensitive.
The default is caseInsensitive.