I want to know how to put the /**/ comments through shortcut. I know the Ctrl+K+C shortcut for the // comments but it comments the whole lin
/**/
//
In Visual Studio 2017 RC, simply Select the part of code you want and then press Ctrl + K + C , no need to any extension!