Hi all,
probably just as yours, my collection of useful scripts grows over time and although I save them to different folders I'm spending more and more time searching.
Problem
Finding a script containing given strings is not possible.
Solution
=> I'd like to propose a feature that searches for a given string in all scripts.
That way, we'd be able to find all scripts that contain 'UPDATE mytable' or other things.
Edit
Another idea would be to assign keywords to scripts. You could then search through the keywords...
But I prefer the idea of fulltext search, you almost always know at least a part of the code you're looking for, be it a table name or something you wrote in a comment...