Is there an option to prevent qualified names to be replaced with import?
Answered
Hi,
As there is an option to prevent code reformatting in places, I wondered if there is something equivalent for preventing a fully qualified class name to be automatically replaced with an import. I am not looking for a global option but a solution for dedicated cases (e. g. import of deprecated classes).
Thanks
Stefan
Please sign in to leave a comment.
This works only globally at the moment. If you need a list of classes that should not be replaced with imports, please submit a request at https://youtrack.jetbrains.com/issues/IDEA.
Ok, Thanks.