Wiki

Case Status
Log In

Wiki

 
Whole Tomato Software - Home
  • RSS Feed

Set location of generated methods

By default, the refactoring and code-generation features of Visual Assist maintain the order of method implementations, typically placing new implementations near those of its neighboring declarations. You can maintain the order or create new implementations at EOF via a setting on the Code Generation page of the options dialog.

Visual Assist build 2059

The refactoring and code-generation features of Visual Assist maintain the order of method implementations, typically placing new implementations near those of its neighboring declarations.

You can restore prior behavior, i.e. place all new implementations at end of file, by setting the following in the registry:

HKCU \ Software \ Whole Tomato \ Visual Assist X \ <IDE spec> \ FindSimilarLocation = 00

Set to 01 for default behavior.

Visual Assist build 2052 and older

The refactoring and code-generation features of Visual Assist create implementations at EOF.