Visual Studio /**/ comment shortcut?

前端 未结 8 2254
长发绾君心
长发绾君心 2021-02-01 01:53

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

相关标签:
8条回答
  • 2021-02-01 02:15

    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)

    0 讨论(0)
  • 2021-02-01 02:20

    In Visual Studio 2017 RC, simply Select the part of code you want and then press Ctrl + K + C , no need to any extension!

    0 讨论(0)
提交回复
热议问题