Join Slack
Powered by
yes: to change `import foo.someFunction` to `impor...
# intellij
j
javaru
04/11/2017, 4:21 PM
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
2
Views
Open in Slack
Previous
Next