Skip to content

Simple plugin to display a cheat sheet of hotkeys in PyCharm and other JetBrains IDEs

License

Notifications You must be signed in to change notification settings

nawinds/hotkeys_reference_plugin_for_jetbrains

Repository files navigation

HotKeys reference plugin for JetBrains

A simple plugin to display a cheat sheet of hotkeys in PyCharm and other JetBrains IDEs


Author: Nikita Aksenov (группа M3104 ИТМО)

Installation

  1. Download the latest release from the releases page which is a .zip file.
  2. Open your JetBrains IDE and go to File -> Settings -> Plugins -> Install Plugin from Disk... and select the downloaded .zip file.
  3. Restart your IDE.

Usage

To open the hotkeys reference, go to Tools -> Show HotKeys or use the shortcut Ctrl + Shift + H (or ⌘ + Shift + H on macOS).

img_1.png

The hotkeys reference will open in a new window, and you can search for hotkeys by typing in the search bar at the top.

img.png

img_2.png

You can also click on the table headers to sort the hotkeys by the column.

img_3.png

Supported IDEs

The plugin should work in all JetBrains IDEs, and have been tested in the following:

  • PyCharm
  • IntelliJ IDEA
  • WebStorm
  • GoLand
  • CLion