So, I wrote a t4 template that generates a ton of code and works well. The only problem is that most of the code should never be noticed by developers, so I hid all boiler plate code in the regions. Is there any way (I suppose not) to give VS a hint in a C ++ code file to move forward and collapse regions.
rerun source share