我正在寻找插件的PhpStorm,允许我围绕选定的文本,就像它是在崇高的文本。
示例:
//selected text:
foo();
//press the ' char
//result
'foo();'我完全不知道这样的插件是怎么命名的。
发布于 2017-04-26 12:34:34
这是一个内置的功能。只需确保启用了此选项:
Settings/Preferences | Editor | General | Smart Keys --> Surround selection on typing quote or brace

https://stackoverflow.com/questions/43634102
复制相似问题