Change Code Formatting in Intellij Idea
- Posted by John Dunning
- Categories IDEs, IntelliJ IDEA
- Date June 1, 2015
- Comments 0 comment
Preferences -> Editor -> Code Style – Java
Tag:code format, Code Style, Intellij IDEA, Java
You may also like
Intellij IDEA: download and install
6 July, 2020
Simple Java 11 Maven Project with Intellij IDEA
6 July, 2020
Intellij: Install Fluent Interface
19 September, 2019
Download latest plugin version from https://plugins.jetbrains.com/plugin/6141-generate-fluent-interface Open Intellij Intellij Menu -> Preferences -> Plugins -> Install Plugin from Disk navigate to downloaded plugin (generate_fluent_inf.jar) OK Restart ** create class extends POJO right click Generate -> Fluent Interface Methods check …