I have verified that this works and the regions can be collapsed and expanded in Visual Studio Code 1.84.2 on 2024-01-05.
Notes:
- The hyphens and BEGIN/END are not necessary. Only the first #region item needs to have a name.
References:
I have verified that this works and the regions can be collapsed and expanded in Visual Studio Code 1.84.2 on 2024-01-05.
Notes:
References:
#region --- BEGIN Set Up --- | |
# (Put Code Here) | |
#endregion --- END Set Up --- |