Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.03 KB

jetbrains-ides.md

File metadata and controls

61 lines (40 loc) · 2.03 KB

JetBrains IDEs

Colors

Preferences > Editor > Color Scheme > General > Scheme: Solarized Light (4lex4) Preferences > Editor > Color Scheme > General > Editor > Caret row > Background: EEE8D4 Preferences > Editor > Color Scheme > General > Text > Default text > Background: FDF9ED

Fixes and Customisations

Fix focus stealing bug:

  1. Help > Edit Custom Properties
  2. Add: suppress.focus.stealing=false
  3. Add: suppress.focus.stealing.disable.auto.request.focus=false

Switch to default JDK to prevent menu dialogs from being displayed as floating windows in BSPWM.

  1. CTRL+SHIFT+A
  2. Search for "Switch Boot JDK"
  3. Select the system default JDK

ENTER in the Find-Popup performs a full search in the docked bottom window, which is the equivalent of clicking on Open in Find Window.

  1. CTRL+SHIFT+A
  2. Enter "Registry"
  3. Set ide.find.enter.as.ok=true

Display a "memory indicator" in the status bar.

  1. Right-click the status bar
  2. Select Memory Indicator

Click the memory indicator to run the garbage collector. You can also increase the memory limits.

Avoid error when editing files on Nix filesystems

  1. Navigate to: Preferences -> Appearance and behavior -> System Settings
  2. Disable "Backup files before saving"

External Tools

prettier-eslint

  1. CTRL+SHIFT+A
  2. Search for "External Tools" (Settings)
  3. Program: ./node_modules/.bin/prettier-eslint Arguments: --write "$FilePath$"
  4. Show "Advanced Options"
  5. Uncheck "Open console for tools output"

Shortcuts

Keys Description
F2, Shift+F2 Navigate to next/previous error
CTRL+SHIFT+A Search for action or option name