Search code examples
delphidelphi-2010

Is there any shortcut to create regions on RAD Studio 2010?


I want to use regions in my code:

{$REGION 'Comment'}
  // Code
{$ENDREGION}

Is there any shortcut to create them directly instead of using the mouse to select the menu? Thank's


Solution

  • Not natively, no. But you should be able to define a custom Live Template to handle it.