Hi everyone,

my system just updated to STATA15 and I do have some troubles regarding comment out some code sections.


I usually use:

Code:
/* forvalues X=1/1 {

some code

} */
to comment out section in my code. The neat thing is that I can collapse the forvalues loop and only have three lines of code that are not used....

Now, having STATA15 I can still collapse my loop, but when I use /* and */ to comment out my collapsed code STATA will expand this code snippet again....


I know this is no urgent matter but for convenient coding the collpase+comment out approach is very useful!


Anyone else who encountered this issue?

Thanks in advance.