resharper-unity icon indicating copy to clipboard operation
resharper-unity copied to clipboard

Generate Unity Summary for Method

Open ababilinski opened this issue 4 years ago • 3 comments

I would like to be able to copy the summary from a method and add it to my code. For example, I want to be able to implement void Awake() and have the summery:

Awake is called when the script instance is being loaded

This would match the visual studio plugin: image

Thank you, Adrian Babilinski

ababilinski avatar Mar 30 '20 17:03 ababilinski

This information is available on mouse hover image and in the Quick Documentation popup image

Why would one need it in code?

van800 avatar Mar 31 '20 06:03 van800

I was hoping to create a comment with it for people not using the resharper unity plugin

ababilinski avatar Apr 01 '20 15:04 ababilinski

Like what the Visual studio plugin has: image

ababilinski avatar Jul 15 '20 17:07 ababilinski