Feature Request: Get UPROPERTY/UFUNCTION information in Visual Studio tooltips

It would be a really useful “quality of life” feature to be able to read UPROPERTY information in mouse-over tooltips.

Currently I can see whether a function / variable is public or private, and its type, and whether it is a class member or not using the mouse-over tooltips.

However, often I am concerned with whether a function / variable is an RPC / replicated, and for this I must open the header in a separate window, and compare two separate sources of information, instead of just reading off the mouse-over tooltip, .

It would be useful to get this information into the mouse-over tooltips.

Thanks,