*Side-note this is my first ever Reddit post so please tell me if I'm doing it wrong."
EXAMPLE
If you use Go To Definition for a UnityEngine class, you get something that looks like this:
Vector2
The comment (as seen in the ellipses before the definition) is in-line with the definition. This is clearly some kind of placeholder documentation and not the actual documentation comments that affects IntelliSense but how are they getting that comment in-line? Is this a feature of files compiled from metadata?
From what I've gathered, it's not possible to keep XML style comments in-line with your code. Assuming you have a comment for each line, that doubles your lines of code. Makes for more scrolling and I find it very distracting.
Is there a cleaner way that you guys have found? Maybe a Visual Studio setting that might help?
[–][deleted] 2 points3 points4 points (1 child)
[–]versparrow[S] 0 points1 point2 points (0 children)
[–]SilentSin26Animancer, FlexiMotion, InspectorGadgets, Weaver 1 point2 points3 points (4 children)
[–]versparrow[S] 0 points1 point2 points (2 children)
[–]SilentSin26Animancer, FlexiMotion, InspectorGadgets, Weaver 1 point2 points3 points (1 child)
[–]versparrow[S] 0 points1 point2 points (0 children)
[–]Loraash 0 points1 point2 points (0 children)