IntelliJ IDEA - cllu/.rc GitHub Wiki

Configuration

Increase Java heap memory

refer to https://www.jetbrains.com/idea/help/increasing-memory-heap.html

OS X: Copy the default config file /Applications/IntelliJ\ IDEA\ 15.app/Contents/bin/idea.vmoptions to ~/Library/Preferences/IntelliJIdea15/idea.vmoptions and increase the -Xmx option(at lease 2048m)

Disable Formatter

Check the option Preferences-> Code Style-> General-> Formatter Control-> Enable formatter markers in comments ref

// @formatter:off
// @formatter:on

Configuring commenting behavior

I prefer line comments to begin at the right indentation column.

For Java, go Preferences/Editor/Code Style/Java/Code Generation, uncheck Line comment on first column & Block comment on first column. ref

For Scala, go Preferences/Editor/Code Style/Scala/Other, uncheck Line comment on first column

Plugins

MultiMarkdown

MultiMarkdown has support for GitHub wiki, which is really convenient.