Does anyone know of a way that I can insert the current date & time in a visual studio code by snippets?
I have looked docs but did not get any information abou
You could also use a tool outside of Code, like for example Texter. I have configured it to replace [t with [%ds %t], which gives me [9/11/2017 16:30] while I type, regardless of application.
[t
[%ds %t]