Block commenting VB/VB.NET code

前端 未结 12 1104
死守一世寂寞
死守一世寂寞 2020-12-06 03:57

How to comment multiple lines of code/block of code in VB?

12条回答
  •  执笔经年
    2020-12-06 04:42

    install MZ-Tools and you can use CTRL+SHIFT+C to comment code blocks and CTRL+SHIFT+U to uncomment code blocks.

    You can also define your own key-combinations:

    MZ-Tools

提交回复
热议问题