I am trying to figure out just who would be responsible for this one. Ever since VS 2022 v.17.9.0 release, whenever I open a PHP file that uses the #region / #endregion convention, all regions are automatically collapsed. Doesn't matter if every region was expanded when I closed the file, when I open it again everything is collapsed.
This also occurs when a file is open in a tab and I close Visual Studio at the end of the day. When I open the project again, the file is opened in the tab but all the regions have automatically collapsed.
I found the setting under Tools->Options->Text Editor->C#->Advanced->Outlining (Visual Basic as well as C#) that prevents the auto collapse on file open but that has no affect on PHP files unfortunately. I see no such setting for PHP files.
This is annoying because I can no longer collapse all regions except the one I am working on, save and close VS at the end of the day, and then open the project the next day I have to find where I stopped the day before because all regions are now collapsed.
Thanks in advance!