Skip to content

Latest commit

 

History

History
75 lines (38 loc) · 1.2 KB

Jetbrains.md

File metadata and controls

75 lines (38 loc) · 1.2 KB

Cheatsheets // Jetbrains IDEs

Hotkeys for default keymap.

Reopen closed tab:
CTRL+E
Surround with:
CTRL+ALT+T
Suggestions:
CTRL+SPACE
Show documentation:
CTRL+Q
Show parameters:
CTRL+P
Project settings ("Project Structure"):
CTRL+SHIFT+ALT+S
Show files:
ALT+1
"Run"-window:
ALT+4
Rename:
ALT+R, R / SHIFT+F6
Select all same words / Multiline editing:
CTRL+W, ALT+J
Rearrange code / Netbeans' SHIFT+ALT+F:
CTRL+A, ALT+C, UP, ENTER
Multiline commenting:
CTRL(+SHIFT)+SLASH
Jump to next error:
F2
Indent / De-indent
TAB, SHIFT+TAB

Settings, plugins, misc.

Enable CamelCase editing:

Settings > Editor > General > Smart Keys > Use "CamelHumps" words

Sublime-style code minimap:

Plugins > Browse Repositories > "CodeGlance"

Switch the terminal to bash on Windows(requires git installation):

Settings > Terminal > Shell path: C:\Program Files\Git\bin\bash.exe

  • Default path on Windows 10. Alternatively, find it by entering "where git" in the default command prompt.