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
/**/
//
Works with the reference indicated in the Visual Studio Code help Shift+Alt+A for blocks or code lines.
(VSC version 1.46.1 Windows 10)
In Visual Studio 2017 RC, simply Select the part of code you want and then press Ctrl + K + C , no need to any extension!