Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I not print collapsed code regions in Visual Studio 2015

I'm sure this is a foolish question, but I can't seem to find an answer. I'm required to print out my code for a program, but I want to not print regions that are collapsed, as this would save about a dozen pages of paper per print. Where is the setting in Visual Studio 2015 to do this, if there is one? I am working in C#.

like image 236
Ganon Avatar asked Sep 19 '25 01:09

Ganon


1 Answers

Prior to VS2015, the option to hide collapsed regions while printing was available on the Print dialog (as discussed here). Unfortunately, however, that feature has been removed (as noted in the "Known Issues" section of this release). Please consider voting to restore this capability on this UserVoice Request.

like image 63
kmote Avatar answered Sep 20 '25 16:09

kmote