Author Topic: Visual Studio begin/end region suggestion  (Read 3693 times)

mkatz

  • Community Member
  • Posts: 93
  • Hero Points: 2
Visual Studio begin/end region suggestion
« on: October 02, 2015, 03:45:50 PM »
Visual Studio C++/CLI has pragmas for starting and ending a region.

It would be nice if find_matching_paren() would work for #pragma region and #pragma endregion like it does for #if and #endif.

Just a suggestion.

Thanks and keep up the good work team.


Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: Visual Studio begin/end region suggestion
« Reply #1 on: November 03, 2015, 04:41:55 PM »
This is noted for a future release.