T O P I C R E V I E W |
VitalTomato |
Posted - Jan 09 2009 : 7:01:43 PM VAX uses a naming scheme that is not consistent with my company's coding standard. For example, our accessor function names start with 'get' and 'set'.
If I refactor using "Encapsulate Field" VAX generates function names that don't start with 'get' and 'set'. So I need to go through the extra step of renaming the functions.
Is there a way to configure VAX to follow our own naming conventions for functions and variables? |
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Jan 10 2009 : 4:47:49 PM Just open Snippet editor
VA Options -> Advanced -> Suggestions -> Edit VA Snippets (button)
then open "C++" node on the left side of the dialog. Here, find "Refactor Encapsulate Field". You can replace the snippet here which is used to format this refactoring. You can read more about snippets (including refactoring snippets) here:
http://www.wholetomato.com/products/features/vasnippets.asp |