Adds the menu option "Insert Dated Comment" to the Visual Studio Edit menu. When selected, this adds a valid C# comment at the current cursor position in the VS editor. The comment block has a line with the current user's name and the current date and time. The insertion point is placed on the first line of the comment block, ready to enter the comment text. For ease of use, it is recommended to assign a shortcut key to this command via Tools > Options > Environment > Keyboard. Search for the command "Edit.DatedComment", then assign a key combination. The recommended combination is CTRL+ALT+F8. |