Make Ctrl+Shift+F search whole app, not just code

Please make the CTRL-Shift-F search in the IDE include all .yaml information entered in the Properties panel of the designer: text properties, event-handling methods, Custom HTML files, data bindings code, etc.

In particular, if I define the text of a Label in the IDE, it should include matches on that text, just as it would if I had defined the text in code.

This would be helpful whether it looks pretty or not. Even if the search result is just one of those unformatted text strings that shows up in the git diffs when a setting changes, that’s better than nothing–it tells me that there’s something in that form/module that matches my search string.

5 Likes

Some examples of how this would help:

(Note: This feature request differs from that thread because it’s only asking for an enhancement to the global search, not a global replace capability.)

2 Likes

One more example: Add native libraries to search results with Ctrl-Shift-F

My workaround is to clone and use ctrl+shift+F in PyCharm.

2 Likes

I also missed this one:

1 Like