Commenting code in Notepad++

前端 未结 10 1475
春和景丽
春和景丽 2020-12-02 13:49

I\'m using Notepad++ as an editor to write programs in Python. It might sound daft but I looked around in the editor and could not find any means (not the manual wa

10条回答
  •  渐次进展
    2020-12-02 14:50

    Two ways for block commenting:

    1. Ctrl+Shift+Q

    or

    1. Select the block
    2. Alt + Right click
    3. Choose block comment.

提交回复
热议问题