Setup IDE
How to setup IDE
For my personal IDE , I use IDE from JetBrains Product.
Installation
Download JetBrains Toolbox JetBrains
Install InteliJ Ultimate, Goland and Webstorm
Theme
Install
Dark Purple Theme
Plugins
Key Configuration
Move Caret to Text Start = ⌘ + ↑
Move Caret to Text Start with Selection = ⌘ + ⇧ + ↑
Move Caret to Text End = ⌘ + ↓
Move Caret to Text End with Selection = ⌘ + ⇧ + ↓
Move Caret to Line Start = ⌘ + ←
Move Caret to Line Start with Selection = ⌘ + ⇧ + ←
Move Caret to Line End = ⌘ + →
Move Caret to Line End with Selection = ⌘ + ⇧ + →
Move Caret to Previous Word = ⌥ + ←
Move Caret to Previous Word with Selection = ⌥ + ⇧ + ←
Move Caret to Next Word = ⌥ + →
Move Caret to Next Word with Selection = ⌥ + ⇧ + →
Move Line Up = ⌥ + ↑
Move Line Down = ⌥ + ↓
Add Selection for Next Occurrence = ⌘ + D
Shrink Selection = ⌥ (2 times) + ↓
Last updated