How to prevent IntelliJ IDEA from deleting unused packages?

前端 未结 4 2134
一整个雨季
一整个雨季 2020-12-01 07:20

I\'m working with intelliJ and my problem is when I start to import some temporary unused packages into my class file intellij delete those line within a second.

how

4条回答
  •  不知归路
    2020-12-01 07:38

    For Scala developers: you can have enabled

    Settings > Editor > General > Auto Import > Optimize imports on the fly

    but add exclusions into

    Settings > Editor > Code Style > Scala > Imports always marked as used:
    

提交回复
热议问题