有没有办法将 PyCharm 配置为能够通过在括号键上键入来用括号括起选定的代码,就像我们使用 SublimText 2 时一样?
最佳答案
我想你想要类似的东西Settings | Editor | General | Smart Keys
-> Surround selection on typing quote or brace
关于python - 如何像 Sublime Text 一样在 PyCharm 中包围选定的文本,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/27152414/