Quick-Fix to Add Missing Dependencies in the Editor

Save time when adding missing dependencies by using a quick fix.

Focus on your code and add any classes that you need. If it doesn’t exist in your classpath, use quick fix ⌥⏎ (macOS) / Alt+Enter (Windows/Linux) to let your IDE help you add the missing dependencies. Neat! ✨

Interested in JVM Development?

call to action image

You can view your dependencies in various places including the Dependency tool window!

Learn More


Related Resources

Import Multiple Repositories
Import Multiple Repositories
Import multiple related repositories into one IntelliJ IDEA project.
Open multiple projects
Open multiple projects
Opening multiple repositories into one project in IntelliJ IDEA.
Project from existing model
Project from existing model
Importing a project from existing model.