c# - Possible Bug in VS2015 Code snippets after Update 2 -
i updated vs2015 update 2. since code snippets feature isn't working correctly. don't know if settings changed or it's actual bug. when try add region snippet surround code get:
#pragma region myregion
and
#pragma endregion
this bug appears in try snippet get:
catch (const std::exception&)
instead of regular
catch(exception ex)
anyone came accross issue? or missing something?
Comments
Post a Comment