Issue
In Visual Studio, I selected the lines and click "Comment out the selected lines" in the tool bar. The VS will put //
in front of all selected lines. How do I change the style so that the VS put the selected lines in between /**/
?
Solution
Currently, there is no such setting you want in C++ project. You can go to Developer Community to propose this new feature and post the link in comment. In addition, Visual Studio now supports Ctrl + Shift + /
to comment and uncomment.
Answered By - Minxin Yu - MSFT Answer Checked By - Timothy Miller (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.