/
IntelliJ Checklist
IntelliJ Checklist
Useful Plugins
You can read JetBrains documentation on how to install and enable plugins for IntelliJ.
Some useful plugins are:
- google-java-format
- Maven Helper
- AsciiDoc
- Markdown support
- SonarLint
Error-prone Compiler Integration fixes the
Error:java: invalid flag: -Xep:JUnit4TestNotRun:WARN
message when running unit tests in IntelliJ.
It is recommended to use the IntelliJ plugins function to install. This keeps the plugin up to date.
Memory Usage
- Add the memory indicator to the status bar.
- Increase the memory available to InteliJ's JVM. Recommended 4G.
- Increase the memory available for mvn import.
Remote Debugging
Remote debugging instructions is detailed here.