this is a little known feature, but the vscode plugin actually supports this 
via folding comments (which original came from Visual Studio with C++? Atleast 
I've encountered them there the first time):
    
    
    #region
    
    let iCanBeFoldedIn = 0
    
    #endregion
    
    
    Run

Reply via email to