Hey @Jaeyoung_Jung
You can add the [Description] attribute in the source code of your class and its properties. This way, Studio can display those descriptions as tooltips.
@Jaeyoung_Jung
let’s try add: using System.ComponentModel;
Then, you can apply [Description("Your description here...")] to the property or class.
I hope this way, Studio should be able to display the description as a tooltip.