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) 

try snippet try snippet region snippet region snippet

anyone came accross issue? or missing something?


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -