I am getting tired of adding the date when I add a comment about some change I am making in the code. I am required to start comments like this:
// 14/03/24 fj: some comment
I don't need to repeat it on continued lines, just the first.
I am trying to create a code snippet to do this, but can't figure out how to reference the date inside my CDATA block. I tried searching, but couldn't find anything. Any ideas/links/etc.?
Thanks!