Summary and Shortcuts
A summary of how to analyze dependencies in IntelliJ IDEA.
Now we know several ways to analyze our project's dependencies in IntelliJ IDEA.
IntelliJ IDEA Shortcuts Used
Here are the IntelliJ IDEA shortcuts that we used.
Name | macOS Shortcut | Windows / Linux Shortcut |
---|---|---|
Recent Files | ⌘E | Ctrl+E |
Hide all windows / Restore windows | ⇧⌘F12 | Ctrl+Shift+F12 |
Open / Close Project Tool Window | ⌘1 | Alt+1 |
Show Diagram | ⌥⇧⌘U | Ctrl+Alt+Shift+U |
Zoom in (in the diagram) | + | + |
Zoom out (in the diagram) | - | - |
Find Elements in Diagram | ⌘F | Ctrl+F |
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 - Maven Dependency Analyzer
- (docs) JetBrains - Gradle Dependency Analyzer
- (docs) JetBrains - View Maven dependencies as a diagram
- (docs) JetBrains - View dependencies as a diagram
- (code) Spring PetClinic
- (book) Getting to Know IntelliJ IDEA - Trisha Gee & Helen Scott