AutoHotkey todo script for Visual Studio

I love AutoHotkey. Yep, I really do.

Here is my script for adding personal comments in Visual Studio:

;good todo syntax
::jpss::
 FormatTime, CurrentDateTime,, MM/dd/yyyy
 SendInput `b //TODO: JPS: %CurrentDateTime%
 return

It writes a todo with my initials and the current date.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.