T O P I C R E V I E W |
small79 |
Posted - Jul 26 2007 : 09:19:06 AM Hi, my company is allready buy the Visual Assist and I think is very good project, but I find a think what is not good for our project comments. We have function comment allways before the definition, but I didn't find the way how to configure Visual Assist to refere to this help. Is this feature implemented somewere ? Thanks, Small79 |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jul 26 2007 : 09:49:11 AM I am not quite sure what you are asking for. If you turn on:
VA Options -> Advanced -> C/C++ -> display comments from source files when available
then VA will show you comments when it finds them when you hover the mouse over a function call. If you are using VS2005 then you need to turn on:
VA Options -> Advanced -> General -> Enable automatic Quick Info ToolTips
to make sure that you are getting tooltips from VA (which will contain these comments) rather than tooltips from the IDE, which do not contain these comments.
If you are looking for help adding / generating these comments then have a look at VA's Document Method feature:
http://www.wholetomato.com/products/features/documentMethod.asp |
|
|