The following code will essentially do what I want, but I want this to be natively incorporated into the IDE as an option.


90%+ of the VIs that I write have a front panel that doesn't get shown to the end user, and yet, whenever you open a VI what does it show you? The front panel. I think the default behavior of opening a VI should be to show the block diagram ONLY. This would have several advantages for the developer:
- Fewer windows to manage - Even if you minimize the front panel, you can still accidentally restore the FP when you Alt-Tab or click in the taskbar which brings me to...
- Less clutter in the taskbar - Once you open more than a couple VIs, navigating to the block diagram of the VI you want in the taskbar becomes very unwieldy.
- You could more easily get to the BD of VIs running in a subpanel.
- It would be possible to get to the BD of a VI that has a custom run-time menu where Ctrl-E is disabled.
Ideally this would be an option in the Tools --> Options dialog (that I would always turn on).
This idea is similar to one posted almost 15 years ago, but I don't consider this a duplicate because this takes things a step further by not opening the FP at all.