IntelliJ Usage: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:


Delegate to native Mac functionality when in the Finder window: use Command + Shift + Period.
Delegate to native Mac functionality when in the Finder window: use Command + Shift + Period.
More details:
{{Internal|Show Hidden Files and Directories on Mac|Show Hidden Files and Directories on Mac}}

Revision as of 20:29, 6 September 2017

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.

Show Hidden Files and Directories on Mac

Delegate to native Mac functionality when in the Finder window: use Command + Shift + Period.

More details:

Show Hidden Files and Directories on Mac