Allow fzf style query in workspaceSymbols #106788
Labels
feature-request
Request for new features or functionality
quick-pick
Quick-pick widget issues
workspace-symbols
Milestone
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 returnedBut vscode presents no results since none of the entries match
^http
.The text was updated successfully, but these errors were encountered: