Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Toggle Comment 2022

Toggle Comment 2022

TechHypno

|
9,494 installs
| (4) | Free
This is a simple visual studio extension to comment/uncomment the selected lines. original author: https://github.com/munyabe

original author of this extension: munyabe

Toggle Comment is a simple visual studio extension to comment out/uncomment the selected lines. This is the same feature as "Ctrl + /" works in Eclipse.

Usage

Select lines, and execute the command. You can do it as follows.

image.png

↓

image__1.png

↓

image__2.png

Supported Languages

C, C++, C#, Visual Basic, F#, HTML, ASPX, Razor on ASP.NET MVC, XAML, XML, JavaScript, TypeScript, PowerShell, Python, SQL.

Key Bindings

The default settings are as follows.

  • Toggle Comment: Ctrl + /
  • Toggle Comment (Double): Shift + Ctrl + /

If the shortcut is not registered, please set it as "TOOLS" -> "Options" -> "Environment" -> "Keyboard". The command names are "Edit.ToggleComment" and "Edit.ToggleCommentDouble"

Menu Placement

  • "Edit" -> "Advanced" -> "Toggle Comment"

image__3.png

Options

image__4.png

Change Log

v2.1

  • support async loading
  • added options

v2.0

  • support Only 64bit Visual Studio 2022
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft