Commenting code in Notepad++

前端 未结 10 1494
春和景丽
春和景丽 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:42

    for .sql files Ctrl+K or Ctrl+Q does not work.

    to insert comments in .sql files in Notepad++ try Ctrl+Shift+Q

    (there is no shortcut to uncomment the code block though. I have tried that on v5.8.2 )

提交回复
热议问题