I'd like to group functions, so it would be easier to navigate them in Pycharm structure window.
I tried using #region ... #endregion
, but it's not visible in structure window. It only allows to collapse a piece of code.
I also looked for some addons or tools to do it, but couldn't find any.