Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用intelliJ,我的问题是当我开始将一些临时未使用的包导入到我的类文件中时,intellij 会在一秒钟内删除这些行。
我怎样才能关闭这个不太好的功能?
禁用File | Settings| Editor| General| Auto Import| 动态优化导入。
File | Settings
Editor
General
Auto Import
通常您不需要手动添加导入,IDEA 会为您完成。
对于 Scala 开发人员:您可以启用 Settings > Editor > General > Auto Import > Optimize imports on the fly 但将排除项添加到
Settings > Editor > General > Auto Import > Optimize imports on the fly
Settings > Editor > Code Style > Scala > Imports always marked as used:
在 Intellij 14 中: Settings > Editor > General > Auto Import > Optimize imports on the fly.
Settings > Editor > General > Auto Import > Optimize imports on the fly.
(更新)对于那里的 Scala 开发人员,您现在可以只吃 1/2 块蛋糕并吃掉另外 1/2:禁用仅 scala的自动优化