|
feline
Moderator
    
United Kingdom
12802 Posts |
Posted - Jul 15 2008 : 12:27:10 PM
|
If you are using Visual Assist X build 1645 or above then you can tell Visual Assist X to remove the parameters from functions in the alt-m (list methods in file) list.
Simply add or edit the following registry binary value:
HKCU \ Software \ Whole Tomato \ Visual Assist X \ VANet8 \ DisplayParamsInMethodsList = 00
Set this to 01 to return to the default behaviour, and parameters will be shown in the alt-m list.
Replace "VANet8" with "VANet11" for Visual Studio 2012 Replace "VANet8" with "VANet10" for Visual Studio 2010 Replace "VANet8" with "VANet9" for Visual Studio 2008 Replace "VANet8" with "VANet" for Visual Studio 2003 Replace "VANet8" with "VA6" for Visual C++ 6
Note you need to close all IDE's before editing this registry key, to avoid Visual Assist X overwriting your change when it quits. |
Edited by - feline on Sep 17 2012 6:41:46 PM |
|