gpt4 book ai didi

php - 如何防止 PhpStorm 在没有提示的情况下在退出时保存文件?

转载 作者:可可西里 更新时间:2023-10-31 22:59:24 27 4
gpt4 key购买 nike

考虑这种情况...您只是一次更改几个文件。代码还没有完成,电话响了……然后你必须关闭 PhpStorm,关闭你的电脑并抓紧时间,因为有重要的事情发生了。然后一周后你会回来,启动你的 phpstorm 并注意到你写的所有内容都已保存但星号消失了。因此,您不知道在您离开之前更改了打开的文件中的哪些文件。

我在这里读了一些关于令人困惑的保存功能的帖子,我认为目前的处理方式确实不是很好。 phpstorm 应该询问我是否要保存这些更改,或者至少在启动后在选项卡中保留星号,以便开发人员知道更改了哪些文件。

最佳答案

检查一下:http://devnet.jetbrains.net/thread/291434

"Do not autosave on exit" is strict "won't fix" from the team. You can't have tab asterisks back because file in editor is just loaded from disk and has no unsaved changes. It will have no sense.

If you need to preserve change sets over time you should really considering using source control.

Local git repository will provide you with all the features you need. Just install git, do "Version Control|Git Init" and you have nice changesets, chages in editor, diff on each change and file.

关于php - 如何防止 PhpStorm 在没有提示的情况下在退出时保存文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3970996/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com