As projects get bigger, I often find myself looking for where I defined a certain code snippet or variable. In an ideal world, I would name my nodes as suggestively as possible, so I can narrow down the answers. But sometimes, I just need to search. If I wanted to find all places in a project where a certain string was used, I *could* export the entire project to a .sas file, and then search that. It works, but it's suboptimal, and I have to do it again every time the project changes.
What I would like to be able to do, is enter in a string, and then tab through all the nodes where that string is involved. For example, if I define X in query builder through a computed variable, I would want to see that node if I searched for X. If it's a code node, then pop open an editing window and go to the first occurrence of a string. Does EG have anything like that?
Since this is a general feature question, there is no code or example data. Will EG 8 have this?
... View more