📜  在 python 快捷方式中注释多行 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:55.938000             🧑  作者: Mango

代码示例2
# Select the lines and then press:
Pycharm - CTRL + / - comment / uncomment
Eclipse - CTRL + /- comment / uncomment
Sublime - CTRL + /- comment / uncomment
Atom - CTRL + /- comment / uncomment
IDLE - CTRL + ALT + 3 - comment, CTRL + ALT + 4 - uncomment
Notepad++ - CTRL + Q - comment / uncomment
vim - CTRL + Q / kbd>CTRL + V - comment / uncomment
VS Code - CTRL + / - comment / uncomment