| jsykari | Posted - Dec 15 2006 : 09:02:32 AM Should Visual Assist take into account the file(s) included via the "Force Includes" (/FI) option when autocompleting symbols?
 
 We have 'typedef unsigned int uint;' and similar common definitions in a /FI file. Having Visual Assist 'correct' every uint to UINT is rather annoying.
 
 If this is not possible, is there any way to manually insert definitions into VA's dictionary?
 
 I'm writing C++ in Visual Studio .Net 2003.
 |