Global search like in Code #14555
-
|
I find global search in Helix to not be good enough compared to how I would normally use it in Code:
|
Beta Was this translation helpful? Give feedback.
Answered by
junglerobba
Oct 8, 2025
Replies: 1 comment 3 replies
-
|
This feature already exists in all pickers with filtering. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
alper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature already exists in all pickers with filtering.
For example, for the global search you could enter your search term and then follow it up with
%p .yamlto only search in a specific filetype. This is still a fuzzy search, so this can include paths and endings, e.g.version %p docs .mdwill filter by path and filetype.