Organize test lines into blocks (region)

Hi,

It would be great to have a built-in way to organize our test lines into blocks in manual mode (a dedicated foldable element). Currently, I’m using something like :

'DESCRIPTION OF BLOCK'
if(true){
  ...
}

It does the job, but the result in manual or script mode isn’t pretty.

Question is similar to How to code fold region - Katalon Studio - Katalon Community for script view to navigate into code.