Summary and Shortcuts
Importing projects into IntelliJ IDEA Summary.
This tutorial looked at different ways of opening and importing projects. This included the difference between opening and importing projects into IntelliJ IDEA, including opening existing and recent projects, importing projects from existing models and sources, opening multiple repositories into one project and cloning projects from version control.
IntelliJ IDEA Shortcuts Used
Here are the IntelliJ IDEA shortcuts that we used.
Name | macOS Shortcut | Windows / Linux Shortcut |
---|---|---|
Find Action | ⌘⇧A | Ctrl+Shift+A |
Project Structure | ⌘; | Ctrl+Alt+Shift+S |
Related Links
Importing a project
- (video) JetBrains - Import project into IntelliJ IDEA
- (documentation) JetBrains IntelliJ IDEA – Import and export projects
- (documentation) JetBrains IntelliJ IDEA – Open an existing Maven project
- (documentation) JetBrains IntelliJ IDEA – Open an existing Gradle project
- (documentation) JetBrains IntelliJ IDEA – Migrate from Eclipse to IntelliJ IDEA
- (documentation) JetBrains IntelliJ IDEA – Migrate from NetBeans to IntelliJ IDEA
Project from version control
- (documentation) JetBrains IntelliJ IDEA – Check out a project from a remote host (git clone)
- (documentation) JetBrains IntelliJ IDEA – Manage projects hosted on GitHub
- (documentation) JetBrains IntelliJ IDEA – Clone GitLab project