⚙️Setup IDE

How to setup IDE

For my personal IDE , I use IDE from JetBrains Product.

Installation

  1. Download JetBrains Toolbox JetBrainsarrow-up-right

  2. Install InteliJ Ultimate, Goland and Webstorm

Theme

  1. Install Dark Purple Theme Pluginsarrow-up-right

Key Configuration

  1. Move Caret to Text Start = ⌘ + ↑

  2. Move Caret to Text Start with Selection = ⌘ + ⇧ + ↑

  3. Move Caret to Text End = ⌘ + ↓

  4. Move Caret to Text End with Selection = ⌘ + ⇧ + ↓

  5. Move Caret to Line Start = ⌘ + ←

  6. Move Caret to Line Start with Selection = ⌘ + ⇧ + ←

  7. Move Caret to Line End = ⌘ + →

  8. Move Caret to Line End with Selection = ⌘ + ⇧ + →

  9. Move Caret to Previous Word = ⌥ + ←

  10. Move Caret to Previous Word with Selection = ⌥ + ⇧ + ←

  11. Move Caret to Next Word = ⌥ + →

  12. Move Caret to Next Word with Selection = ⌥ + ⇧ + →

  13. Move Line Up = ⌥ + ↑

  14. Move Line Down = ⌥ + ↓

  15. Add Selection for Next Occurrence = ⌘ + D

  16. Shrink Selection = ⌥ (2 times) + ↓

Last updated