Search code examples
pythonsublimetext2pycharm

How to surround selected text in PyCharm like with Sublime Text


Is there a way to configure PyCharm to be able to surround selected code with parenthesis by just typing on the parenthesis key, like when we use SublimText 2?


Solution

  • I think you want something like

    Settings | Editor | General | Smart Keys -> Surround selection on typing quote or brace