Does "Rider" have a shortcut to Debug.Log()
? It will be really helpful and will probably shorten my encoding time significantly - just kidding, just be more comfortable
If you mean code snippets, or live templates as rider calls them, no, there is not.
Here you can take a look at ones that are available out of the box.
To solve you could create your own as described here, I would go for something similiar to cw
, so dw
.
Hope I've been helpful.