I\'m having a very frustrating issue with PyCharm in that it does not want to properly outline the code so that blocks fold correctly. I\'ve looked all over the place and co
You can use
# region FooRegion ... your-code-here ... # endregion
This will create code folding regions manually like in visual studio style