You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Describe the bug
Interface XML comments are not properly handled. They are ignored.
2. To Reproduce
Create the following two objects including xml comments:
/// <summary>/// Great interface to do even greater implementations./// </summary>interface "M365 IFoo"
{
/// <summary>/// Make me happy./// </summary>procedure MakeMeHappy();
}
1. Describe the bug
Interface XML comments are not properly handled. They are ignored.
2. To Reproduce
Create the following two objects including xml comments:
3. Expected behavior
In both hoverings, the xml comment of the respective object should be shown, codeunit and interface.
4. Actual behavior
Only when hovering the implementation (codeunit), the xml comment is shown. The interface comment is ignored. See images.
5. Versions:
6. Additional info
The comments are missing also in controladdins. Hovering only shows the namespace and object name.
Internal work item: AB#555624
The text was updated successfully, but these errors were encountered: