Tips on using tabs efficiently?

The "Standard Arduino" technique of using multiple .ino files on multiple tabs doesn't provide true modularity.

IMO, if you're going to the trouble of creating multiple tabs, you might as well create a proper, modular structure using .cpp / .h files. See My Post #5 Here.