IntelliJ IDEA 16 EAP Makes It Easier to Add Static Imports
IntelliJ has further improved it's IDE with better handling of static imports.
Join the DZone community and get the full member experience.
Join For FreeMeet the fresh IntelliJ IDEA 16 EAP build, addressing a number of issues, and bringing several improvements.
A minor, yet helpful improvement in the new build is better handling of static imports. Previously IntelliJ IDEA provided a quick-fix to import static methods. Now it suggests to add static imports in the very same way as it does with regular ones:
Static constants are suggested, too:
If the Add unambiguous imports on the fly option is enabled in Settings → Editor → General → Auto Import, IntelliJ IDEA will import unambiguous static members on the fly.
As always, we appreciate your feedback about the new build in our discussion forum as well as your bug reports in the issue tracker.
Develop with Pleasure!
Published at DZone with permission of Andrey Cheptcov, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments