Possible to change code completion syntax (Unity C#)?
New-ish to Rider and was wondering if it was possible to edit the definition of methods when using code completion? Specifically, I am used to using the following with Unity...
private void OnTriggerEnter2D(Collider2D collision)
instead of...
private void OnTriggerEnter2D(Collider2D col)
Is it possible for me to edit this?
Please sign in to leave a comment.
Hi Ssheffield!
Could you please add a screenshot of what exactly completion do you mean?
Also, what is your Rider version?
Thank you in advance!