Tooltip question
-
How I can add a tooltip text with explanation in my code - so when I try to call some function/propertie the tooltip automaticly generated by C# will be with my text ? For example - when you type somthing like this: String.CompareTo ( Tooltip at the bottom will show the return type and a little info about this function. How I can make something like this in my program ?
-
How I can add a tooltip text with explanation in my code - so when I try to call some function/propertie the tooltip automaticly generated by C# will be with my text ? For example - when you type somthing like this: String.CompareTo ( Tooltip at the bottom will show the return type and a little info about this function. How I can make something like this in my program ?
Xml-based intellisense[^]