βš™οΈSetup IDE

How to setup IDE

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

Installation

  1. Download JetBrains Toolbox JetBrains

  2. Install InteliJ Ultimate, Goland and Webstorm

Theme

  1. Install Dark Purple Theme Plugins

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