IntelliJ IDEA quick reference
Published on April 8th, 2023 • Updated on April 13th, 2023
⇧ ⌘ R
- open the search and replace dialog to replace content across all the files in a project.- Enable Git staging -
⇧ ⌘ A
>Git: Enable staging area
>ON
. - Ensure no line break at the end of the file after saving, useful for some projects - IntelliJ > Settings > Editor > General > uncheck "Ensure every saved file ends with a line break".
- To view all placed breakpoints,
⇧ ⇧
> type view breakpoints >View breakpoints...
. - After double-tapping
Shift
, paste<file-path>:<line-number>
, it'll take you to the<file-path>
on the<line-number>