For LabVIEW-projects I wish a right-click function "Find all Instances" for every Sub-VI analog to "Find Callers".
Argumentation:
In large LabVIEW-Projects with a lot of Sub-VIs it is sometimes difficult to find out where exactly a special Sub-VI is used (instances) in the Main-VI or other Sub-VIs.
Especially if the Main-VI is very large (e.g. many states in a state machine, or many cases with covered code) it is very time-consuming to find one instance of this sub-VI.
If you find out the first instance manually you can find by right-click "Find all Instances" the remaining use of this Sub-VI.
But more important is this topic for the use of Class-Programming in LabVIEW. It is not enough to "Find Callers". It is often necessary to "Find all Instances of this Class" used in other VIs of a project. Up to now it is nearly impossible to find all instances of a class (including all methods) manually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has not received any kudos within a year after posting will be automatically declined.