How do I find all instances of a sub-vi in a LV-8 project? I don't have a "main" vi, but rather a set of independent tests which are called from TestStand. The vi tests are all in a .lvproj (along with the TS sequence) but I can't find a way to search the directory.
The trick, (at least before LV8) is to make a "master top" vi, wich you never run, that contains all our top vi's then its easy to load all your vi to memory, then you use Ctrl+F (Edit->Find) you get your list, and can step to all places with ctrl+G