Open
Description
gopls v0.5.0 supports fzf-style search syntax (@findleyr) and the following syntax is treated specially:
'
for exact matching
^
for prefix matching
$
for suffix matching
I see the gopls return the expected results, but it seems they are filtered out by VSCode's additional filtering.
[Trace - 13:38:18.094 PM] Sending request 'workspace/symbol - (129)'.
Params: {"query":"^http"}
[Trace - 13:38:18.143 PM] Received response 'workspace/symbol - (129)' in 48ms.
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"},
...
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
hyangah commentedon Sep 15, 2020
Files microsoft/vscode#106788
gopls: update to 0.5.0.
hyangah commentedon Sep 22, 2021
microsoft/vscode#98125 is the upstream issue to watch.