Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Improve results provided by WorkspaceSymbols #234

Open
pidgeon777 opened this issue Dec 7, 2023 · 0 comments
Open

[Enhancement] Improve results provided by WorkspaceSymbols #234

pidgeon777 opened this issue Dec 7, 2023 · 0 comments

Comments

@pidgeon777
Copy link

In the actual implementation it seems that when a user start digiting a symbol name to be searched among the workspace symbols, only symbols starting with that pattern are returned.

For example, if workspace symbols are:

  • ASym1
  • ASym2
  • ASym3
  • BSym1
  • BSym2

then if a user searches for 'Sym', nothing is returned.

But if the user searches for 'ASym', then the first three symbols are returned.

Would it be possible to return matches for any symbol containing the pattern, not only those starting with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant