Summary and Shortcuts
Managing dependencies in IntelliJ IDEA Summary.
Now we know the different ways in which we can view our project's dependencies in IntelliJ IDEA, and the different focus for each view.
IntelliJ IDEA Shortcuts Used
Here are the IntelliJ IDEA shortcuts that we used.
Name | macOS Shortcut | Windows / Linux Shortcut |
---|---|---|
Open / Close Project Tool Window | ⌘1 | Alt+1 |
Recent Files | ⌘E | Control+E |
Invoke Package Search | ⌘N | Alt+Insert |
Context Actions | ⌥⏎ | Alt+Enter |
Related Links
- (video) JetBrains - IntelliJ IDEA: Viewing Dependencies
- (video) JetBrains - IntelliJ IDEA: Managing Dependencies
- (video) JetBrains - IntelliJ IDEA: Analyzing Dependencies
- (video) JetBrains – IntelliJ IDEA Ultimate: Package Checker
- (docs) JetBrains - Package Search
- (docs) JetBrains - Package Search Build System Support Limitations
- (code) JetBrains - intellij-samples
- (code) Spring PetClinic
- (book) Getting to Know IntelliJ IDEA - Trisha Gee & Helen Scott