Add autocomplete to the "Find" function in the script editor

Currently, it is somewhat annoying to use the “Find” feature in the script editor. You have to write the exact phrase you’re looking for into the search box, and that can be tedious and annoying when you use longer variable names. Find and replace is worse because you are not searching for anything, so you can’t just type in a few letters and get what you’re looking for.

Ideally, the find feature would autocomplete with variables already in my code in the search box. This way, I can just type a few letters and hit enter. Way better than the current system!

Here’s a quick mockup of what I mean:


download

4 Likes