A C# file with two functions: GetLicense() and GetLicenses() After typing GetLicense the definition bar shows the definition for this function. After I type the s it shows the definition for the new function, but the display is messed up. Repro with any similar functions.
Function definitions are:
public DataRowView GetLicense (int ID) {...} public DataView GetLicenses (int ID) {...}
Can anyone else reproduce this? We cannot. We try various function names, C# and C++, definition field at top and bottom, etc.
To what value is your "icon" font set in Display|Properties? We tried Tahoma 8, the default, and Tahoma 7, too tiny. (We use the icon font for the Def field, just as MS uses it for the Nav bar.)