Skip to content

Commit

Permalink
docs(intellij): add readme
Browse files Browse the repository at this point in the history
Describe plugins and settings I cannot set automatically.
  • Loading branch information
eliasnorrby committed Apr 16, 2020
1 parent ad0f64c commit 1b36509
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions editor/intellij/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# IntelliJ IDEA

## PLUGINS
Listing them here because I don't have anywhere better to put them
- IdeaVim
- Tab Shifter
- IdeaVim-EasyMotion
- AceJump
- Material Theme UI
- Lombok

## SETTINGS

### To enable Spring Auto Rebuild
* Preferences -> Build, Execution, Deployment -> Compiler -> Build project
automatically
* Actions -> "Registry" -> Enable 'compiler.automake.allow.when.app.running'

### To hide Tabs
* Preferences -> Editor -> General -> Editor Tabs -> Tab placement = None
* Also easily reachable via Actions

### To hide tool window bars
* Preferences -> Apperance & Behaviour -> Appearance -> Show tool window
bars
* Also easily reachable via Actions


## KEYMAPS

### Toggle VIM mode

Set CMD + SHIFT + CTRL + V to toggle VIM plugin.

0 comments on commit 1b36509

Please sign in to comment.