When I hit Ctrl+E+D or Ctrl+M+Space (CodeMaid), I want Visual Studio to add newlines before and after #region
and #endregion
in following languages: C#, CSS, JS
How I can make it happen?
For ex:
#region
Codes
#endregion
BTW, now Visual Studio remove any inserted enter
on #region
s.