I have a suggestion for an auto completion member - regions. It would be nice to have the #endregion created after I type a #region keyword.
As a workaround, you could create a livetemplate for #region that inserts the closing construct automatically, or open the File Structure View (ReSharper — Windows — File Structure Window) and enregion the selected members in a visual manner.
Hello,
As a workaround, you could create a livetemplate for #region that inserts
the closing construct automatically, or open the File Structure View (ReSharper
— Windows — File Structure Window) and enregion the selected members in a
visual manner.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
I did just that for 3.1, however with the current 4.0 not supporting live templates yet...
Hello David,
Another choice is to use surround with template (invoked with ControlAltJ
in ReSharper 2.x keymap)