mirror of https://github.com/golang/go.git
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
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.
|