How to apply regions for python code in Visual Studio Code?
I would like to do this like in VS C#:
#region
// some methods
#endregion
How to apply regions for python code in Visual Studio Code?
I would like to do this like in VS C#:
#region
// some methods
#endregion