This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[rust-analyzer] Workspace symbol picker should search the same symbol types as the single-file symbol picker #7882
Labels
You can continue the conversation there. Go to discussion →
The Problem
With rust, the workspace symbol picker and the single-file symbol picker have different search behavior, even with a single file in the project. This is unintuitive, and the default behavior should be that they are the same.
Reproduction:
With a file generated by this python script:
Workspace symbol picker:
Single-file symbol picker:
The Fix
This can by fixed with this
language.toml
file, making both symbol pickers include functions from the beginning:This should be set by default.
(continued from discussion: #7867)
The text was updated successfully, but these errors were encountered: