still no code folding if using here strings :( or #region for that matter. ``` powershell function New-VSCodeCannotFold { $I = @' cannot fold '@ #region Can't fold a region $b = 'foobar' $c = 'foobar' $d = 'foobar' #endregion } ```