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
Fix focus stealing bug:
- Help > Edit Custom Properties
- Add:
suppress.focus.stealing=false
- 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.
- CTRL+SHIFT+A
- Search for "Switch Boot JDK"
- 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.
- CTRL+SHIFT+A
- Enter "Registry"
- Set
ide.find.enter.as.ok=true
Display a "memory indicator" in the status bar.
- Right-click the status bar
- Select Memory Indicator
Click the memory indicator to run the garbage collector. You can also increase the memory limits.
- Navigate to: Preferences -> Appearance and behavior -> System Settings
- Disable "Backup files before saving"
prettier-eslint
- CTRL+SHIFT+A
- Search for "External Tools" (Settings)
- Program:
./node_modules/.bin/prettier-eslint
Arguments:--write "$FilePath$"
- Show "Advanced Options"
- Uncheck "Open console for tools output"
Keys | Description |
---|---|
F2, Shift+F2 | Navigate to next/previous error |
CTRL+SHIFT+A | Search for action or option name |