T O P I C R E V I E W |
[email protected] |
Posted - Nov 16 2012 : 10:57:05 AM Since the override keyword is now in the standard for C++11 I would like it when i have visual assist implement virtual methods to add the override keyword on to the end of the method signature. |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Nov 16 2012 : 11:14:48 AM Maybe we should consider changing the default value for that setting for vs2012? |
sean |
Posted - Nov 16 2012 : 11:14:01 AM This should take care of that:
exit Visual Studio open regedit. locate HKEY_CURRENT_USER\\Software\\Whole Tomato\\Visual Assist X\\VANet11 change the value of "UseOverrideKeywordInImplementInterface" from 00 to 01 |