github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/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.