How to comment multiple lines in Visual Studio Code?

后端 未结 30 2025
感情败类
感情败类 2020-11-28 00:23

I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code.

Is it possible to comment and uncomment multiple lines in Visual Studio Co

30条回答
  •  无人及你
    2020-11-28 01:02

    Win10 with French / English Keyboard CTRL + / , ctrl+k+u and ctrl+k+l don't work.

    Here's how it works:

    /* */ SHIFT + ALT + A

    // CTRL + É

    É key is next to right Shift.

提交回复
热议问题