IntelliJ
Spickzettel für die IDE IntelliJ.
Meine Einstellungen
- Editor -> General -> Appearance: "Show line numbers" an
- Editor -> General -> Auto Import: "Optimize imports on the fly" an
- Editor -> Code Style -> Java -> Wrapping and Braces:
- Method declaration parameters: "Wrap if long" wählen, "Align when multiline" aus
- Editor -> Code Style -> Java -> Imports:
- "Class count to use import with *" auf 10 (Default: 5)
- "Names count to use static import with *" auf 10 (Default: 3)
- Editor -> Inspections -> Java -> Inheritance issues: "Missing @Override annotation" an
-
Editor -> File and Code Templates -> Includes -> File Header:
/** * @author Til Schneider, junghans-schneider.de */
Installierte Plugins:
- Markdown
- PHP