-
Notifications
You must be signed in to change notification settings - Fork 875
Open
Labels
upstream-vscodeIssues that are by problems in VS Code itself.Issues that are by problems in VS Code itself.
Milestone
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"},
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
upstream-vscodeIssues that are by problems in VS Code itself.Issues that are by problems in VS Code itself.
