T O P I C R E V I E W |
prof_nimnul |
Posted - Aug 11 2008 : 6:24:01 PM Different visual assist's refactoring tools use the following style:
void foo( bar a, baz b )
I prefer the following style:
void foo(bar a, baz b)
but this is not configurable as of build 1647 |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 12 2008 : 09:01:51 AM You can configure this, just edit the VA Snippets:
Refactor Create Implementation Refactor Encapsulate Field Refactor Extract Method
for the language you are using. |
|
|