IntelliJ Usage: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
This option activates unused import detection and their automatic removal when the file is edited. | This option activates unused import detection and their automatic removal when the file is edited. | ||
=Search Everywhere= | |||
Double Shift | |||
=IntelliJ on Mac= | |||
==Show Hidden Files and Directories on Mac== | ==Show Hidden Files and Directories on Mac== | ||
Line 30: | Line 36: | ||
Alternatively, Command - Shift - G is supposed to go to any directory, but it does not seem to work. | Alternatively, Command - Shift - G is supposed to go to any directory, but it does not seem to work. | ||
Revision as of 01:15, 8 May 2018
Internal
Folding and Expanding Code Blocks
https://www.jetbrains.com/idea/help/folding-and-expanding-code-blocks.html
To collapse all code blocks in the selected area, or in the current file if no area is selected: ⇧ Shift - ⌘ Command - Minus (-)
Display Maven Dependencies
Maven Project Tab -> Right click on the module in question -> Show Dependencies (Popup)
Refactoring
Optimize Imports on the Fly
Preferences -> Editor -> General -> Auto Import -> Optimize imports on the fly
This option activates unused import detection and their automatic removal when the file is edited.
Search Everywhere
Double Shift
IntelliJ on Mac
Show Hidden Files and Directories on Mac
Delegate to native Mac functionality when in the Finder window: use Command + Shift + Period.
More details:
Alternatively, Command - Shift - G is supposed to go to any directory, but it does not seem to work.