yes: to change `import foo.someFunction` to `impor...
# intellij
j
yes: to change
import foo.someFunction
to
import foo.someFunction as altName
and change all uses of
someFunction
in the code to
altName
. If not, I'll open a feature request