📜  崇高的文本评论快捷方式 - 任何代码示例

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

代码示例3
# Workaround for sublime comment bug:
Goto Preferences -> Key Bindings and paste this in
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }