PhpStorm - copy&粘贴删除缩进

时间:2018-04-17 13:22:34

标签: phpstorm phpstorm-2017.1

如果我复制粘贴缩进文本,例如:

foo
    bar
        123

到PhpStorm,然后格式化和缩进就会丢失。

enter image description here

我的PhpStorm已全新安装

2 个答案:

答案 0 :(得分:1)

尝试将选项File | Settings | Editor | General | Smart Keys | Reformat on paste更改为None

答案 1 :(得分:1)

如果您不想更改全局设置,也可以使用Past Simple选项在粘贴时自动跳过自动格式化。

enter image description here