Is it possible to augment Intellisense for a COM type library to display member summary descriptions?
I have a .NET 8.0, C# 12.0 Console App project that has a COM reference to the Adobe Illustrator 2024 Type Library
. Member and parameter descriptions are not displayed in Intellisense tooltips for the objects exposed by this library. Is it possible to augment the project with a corresponding XML file containing the member description summaries?