Pretext Link to heading

IDEs are often used in daily development. If you are not familiar with IDE shortcuts, it will be a disaster. Therefore, here I record the shortcut keys I often use to increase development efficiency. This article mainly focuses on GoLand under macOS, other JetBrains IDEs are similar(only for macOS). For Windows platform, please check the official documentation by yourself.

Keymap Link to heading

  • Command(Cmd or Win)

  • Shift

  • Option(Alt)

  • Control(Ctrl)

  • Caps Lock

  • Fn

GoLand Shortcuts Link to heading

Some shortcut keys I used often.

Item Keymap For My IKBC Poker II Notes
Global search ⇧ ⇧ Shift + Shift Click Shift twice
Enter function implement ⌘ ⌥ B Win + Alt + B Enter these three keys in the same time
Declaration ⌘ B Win + B
Back to fore/after function implement ⌘ ⌥ + Left ⌘ ⌥ + Right Win + Alt + Left/Right
Reformat code ⌥ ⌘ L Win + Alt + L
Rename ⇧ F6 Shift + Alt + F6
Navigate back/forward ⌘ [ / ⌘ ] Win + [ / Win + ]

Reference Link to heading