is there a way to import as a new alias immediatel...
# intellij
m
is there a way to import as a new alias immediately? I have a module with a domain model and infrastructure model with the same name, when I write code or tests for this infrastructure repository, I need to reference both classes in the same class. I want to, on conflict, get a prompt to do an alias import instead of manually copying over this package name, writing an alias, and then going back to the variable of function to fix the type again.
plus one 1