How can I turn off automatic import without turning off the prompt for automatic import, or just turn off automatic import?
I don't like this feature because in most cases, the automatic import will automatically import the imports that I wrote incorrectly, so there is no guarantee that the imports are what I need. So now I need to check the imports of each file every time I submit the code, which brings me a lot of extra work and sometimes causes uncertain errors

For example, in this case, I may only need the search in re, but because I didn't observe the prompt carefully and quickly pressed the tab key, at this time, it will automatically import the import that I don't need to import at all, especially when importing some custom methods, this situation is too common.

I can't find where to turn this setting off.

Please sign in to leave a comment.
I swear I disabled this before and the behavior is back again. I also can't find how to disable it. Please jetbrains stop with the automatic code by default, especially when it happens somewhere off screen that we can't even notice it happening.