[Beta] Global Find and Replace

I love the Search and Replace functionality in the code. I especially love the fact that I can replace all within a single file. What would be even better though is if we had a way to search and replace across an entire app, just like we have the ability to just search across the entire code of the app. When prototyping, I somewhat frequently change my property names and they are sometimes used across files, so it wouold be nice to have a simple way to seamlessly make name changes.

3 Likes

That would include search-and-replace into the Template files. For example, if I rename an event-handler, and a button is already bound to that handler, then the “search” should reach into the Template (.yaml file) and find it there, too.

2 Likes