-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityquick-pickQuick-pick widget issuesQuick-pick widget issuesworkspace-symbols
Milestone
Description
The go language server started to provide the fzf style search query support but the results are filtered out by VS Code that performs its own matching/sorting on the results the workspace symbols providers return.
For example, for query ^http, the language server returned
[Trace - 14:04:17.665 PM] Sending request 'workspace/symbol - (171)'.
Params: {"query":"^http"}
[Trace - 14:04:17.706 PM] Received response 'workspace/symbol - (171)' in 40ms.
Result: [
{"name":"httpresponse.Doc","kind":14,"location":{"uri":"file:///Users/hakim/go/src/golang.org/x/tools/go/analysis/passes/httpresponse/httpresponse.go","range":{"start":{"line":18,"character":6},"end":{"line":18,"character":9}}},"containerName":"golang.org/x/tools/go/analysis/passes/httpresponse"},
{"name":"httpresponse.Analyzer","kind":13,"location":{"uri":"file:///Users/hakim/go/src/golang.org/x/tools/go/analysis/passes/httpresponse/httpresponse.go","range":{"start":{"line":34,"character":4},"end":{"line":34,"character":12}}},"containerName":"golang.org/x/tools/go/analysis/passes/httpresponse"},
...
But vscode presents no results since none of the entries match ^http.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityquick-pickQuick-pick widget issuesQuick-pick widget issuesworkspace-symbols