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?