ToggleComment
ToggleComment copied to clipboard
Update ToggleComment extension to VS 2022
Hi,
Since VS 2022 Preview is already available. Do you have plans to update this extension to VS 2022?
It seems that there is already a guide for updating the extensions.
Thanks in advance ;)
You can do this without an extension now. The Edit.ToggleLineComment command can be bound to Ctrl+/ in your Keyboard mappings:

Note that I could not get it to work until I went into the keyboard editor and first removed the shortcut keys from EditorContextMenus.CodeWindow.GenerateDocumentationComments. Then I added Ctrl+/ successfully.
Thanks!
I repackaged it for VS2022 over here