[Visual Studio] Pass method comment to display on overridden method and "_Implementation" variant.

VS has a useful popup that displays the comment placed above a method when you hover it. Sadly this comment does not pop up when hovering the “_Implementation” method variant used by Unreal that is right below it, unless I copy paste that comment. The comment is also not visible on the popup when I override the method on a child class and hover it there.

Is there a way for VS to simply use one comment for these two methods (normal and _Implementation) and merge it down with child class comments so it shows on overridden methods?

afbeelding

Bonus question, when I initialize values in a struct I want that popup to display the name of the property instead of “int32”.

afbeelding

At times the out of the box features seem entirely useless