How to change IntelliJ Theme?
Click File menu -> Settings -> Plugins -> Dark Purple Theme -> Install
To enable it -> File menu -> Settings -> Appearance & Behaviour -> Appearance -> Theme (Dark Purple)
To enable it -> File menu -> Settings -> Appearance & Behaviour -> Appearance -> Theme (Dark Purple)
How to customize (colorful) console log patterns in IntelliJ IDEA for your microservices?
Add the following line (and similar patterns) to the applicaiton.properties file of your microservices
Add the following line (and similar patterns) to the applicaiton.properties file of your microservices
logging.pattern.console=%green(%d{HH:mm:ss.SSS}) %blue(%-5level) %red([%thread]) %yellow(%logger{15}) - %msg%n
How to show Shortcuts for each action you do in IntelliJ IDEA?
To quickly learn shortcuts, enable Presentation Assistant: Go to File -> Settings -> Appearance & Behavior -> Presentation Assistant -> Check Show action name and shortcut in popup -> OK
Now, whenever you perform an action (e.g., search -> Ctrl+F), IntelliJ will show its shortcut so you can remember it for next time.