Skip to content

Latest commit

 

History

History
executable file
·
66 lines (56 loc) · 2.27 KB

File metadata and controls

executable file
·
66 lines (56 loc) · 2.27 KB

Setup for IntelliJ IDEA

Install

# Windows
winget install --id JetBrains.IntelliJIDEA.Community

Sync Settings

  • File | Manage IDE Settings | Sync Settings to JetBrains Account (For Ultimate Edition)
  • File | Manage IDE Settings | Settings Repository... (For Community Edition)

Preferences

  • Preferences | Appearance & Behavior | System Settings
    • Startup/Shutdown | Reopen last project on startup: ❎
  • Preferences | Editor | Font
    • Font: Cascadia Code
  • Preferences | Editor | Color Scheme | Color Scheme Font
    • Scheme: Material Oceanic
    • Use color scheme font instead of the default: ❎

Custom VM Options

Increase memory for the following custom VM options (Help > Edit Custom VM Options...)

-Xms4g
-Xmx6g
-XX:ReservedCodeCacheSize=1g

Keymap

Add new Keymap file to ~/Library/Application Support/JetBrains/<product><version>/keymaps :

<keymap version="1" name="_Personal" parent="Mac OS X 10.5+">
  <action id="SearchEverywhere">
    <keyboard-shortcut first-keystroke="shift meta p" />
  </action>
</keymap>

Plugins

Languages

Tools

Visual

  • Atom Material Icons
  • Material Theme UI
    • Preferences | Appearance & Behavior | Material Theme:
      • Main Settings | Selected Theme: Arc Dark
      • Main Settings | Contrast Mode: ✅
      • Main Settings | High Contrast: ✅
      • Advanced Settings | Features | Material Fonts: ✅