Shortcut for Debug.Log()

Hi there,
Is there a shortcut combination for Debug.Log()? I googled it and didn’t find anything.

thanks,
Tim

Hi,

What do you mean by shortcut? A code snippet? If so, there isn’t any but you could create one yourself.


See also:

I just thought it was kind of painful that I would have to type out all the letters for Debug.Log() everytime when I needed to log something to the console. Comparatively, to use Console.Writeline(), you just type “cw” and hit enter to autocomplete, that just feels so much more comfortable.

Yes, that’s a code snippet. Try to create your own one. I linked the relevant doc for you. :slight_smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms