accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Jan 12 2009 : 1:09:59 PM
|
>Especially one of the commented functions seems to dominate the tooltip (under the correctly >specified headline). Is that means you get the correct function name with the correct parameters, and your tooltip contains a lot of commented out functions after that? Can you take a screenshot of the tooltip?
Do you have
VA Options -> Advanced -> Display -> Display comments from source files when available
turned on or off? Visual Assist pairs functions and its comments when this option is turned on. For example:
// Somecomment void SomeFunciton() { [...] } |
|
|