When I’m making VB.NET code with VS for Mac (Version 7.8.3 build 2) and want to comment out multiple lines,I cannot do that by the keyboard shortcut “⌘/”. It seems that it doesn’t work only for VB.NET. Are there any good ways to comment out multiple lines easily ...
Type: Bug During normal usage, the "Add Line Comment" keyboard shortcut doesnt work. I am using the default of Ctrl + /. My keyboard works because I can use other Ctrl keyboard shortcuts fine. VS Code version: Code 1.88.1 (e170252, 2024-...
You can use a keyboard shortcut to autofill the comment with a saved reply. For more information, see "Keyboard shortcuts." What changes are you suggesting? You can use a keyboard shortcut to autofill the comment with a saved reply. For more information, see "Keyboard shortcuts." Additiona...
Could you please try to use ‘Ctrl+K, Ctrl+C’ and verify if the line can be commented? And use ‘Ctrl+K, Ctrl+U’ to verify if the line can be uncommented? You can get more keyboard shortcuts from: https://learn.microsoft.com/en-us/visualstudio/ide/default-ke...
The solution was to disable the Keyboard shortcut in system settings for the help menu. System settings > Keyboard > Shortcuts > App shortcuts. There was a shortcut for all apps to show the help menu. If you have that, click the checkbox to disable it ...
The first line explains the code, and the second line contains the tag. So, we have also learned to comment out the HTML tags by giving an example.Use the Keyboard Shortcut to Comment Out Multiple Lines of HTML CodeUsers can use the keyboard shortcut to comment out multiple lines of H...
What keyboard shortcut did you use to comment out the super.init line? 1 Answer Steve Hunter 57,712 Points Steve Hunter Steve Hunter 57,712 Points on Apr 15, 2015 On a Mac, you can pressCmd + /to toggle a line between commented out and 'live' code. I assume thatCtrl + /wil...
These keyboard shortcuts are introduced as a part of Visual Studio 2010 and are valid for later versions of VS, including Visual Studio 2022 IDE. Alternatively, multi-line comment/*before the first line of a block of text and*/after the last line of a block of text eliminates the need ...
Issue Type: Feature Request Minor... If we have a commented out HTML line: <!--div class="blah"> The toggle line comment keyboard shortcut changes it to: div class="blah">
I agree with you, that two slashes \"//\" are a good and fast way to comment one line. But I think it's too bad that there aren't a way to comment a block/multiple lines with only one shortcut, rather than typing \"//\" at each line. What...