ToggleComment
ToggleComment copied to clipboard
This is a simple visual studio extension to comment/uncomment the selected lines.
Hi, this a feature request. If there is empty space, can you also add a comment e.g. ``` Instead of this, // public void ouseMove (int deltaX, int deltaY) //...
Hi, Since VS 2022 Preview is already [available](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-preview-1-now-available/). Do you have plans to update this extension to VS 2022? It seems that [there is already a guide for updating the...
I was looking for a VSCode-like experience for toggling comments in Visual Studio 2019. This extension solve almost all problems, except for some particular situations in which it behaves weirdly....
In Python it is a widespread standard that comments have a space between # and the comment. Instead of adding and removing "#" it should add and remove "# "....
This is my number one most important extension and a new recent update to Visual Studio 2019 seems to have broken it. Pressing ctrl+/ has no effect now. Please fix!
Toggling no longer works, may have been a update to VS that broke it, but not sure.
Razor files in Blazor project contain code section with C# code. Unfortunately, ToggleComment treats this section also as razor markup and uses '@*' and '*@' instead of '//' for comments.
Please add a block commenting for in-line selection ("/","/"), and multi-caret support would be great.
Update manifest so this installs in VS2019