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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -