I am using VS 2017 with R Tools for Visual Studio, and I wonder if there is a way to create expandable code sections such as in RStudio:
#### My region ####
[...]
#### ####
I also tried #region
and #endregion
, which used to work with some others of the "Tools for Visual studio", but without success.