jasactive.blogg.se

How to use eclipse formatter in intellij
How to use eclipse formatter in intellij













how to use eclipse formatter in intellij

If you don't select a code fragment, IntelliJ IDEA will reformat the whole file.Įither open your file in the editor and press Ctrl+Alt+Shift+L or in the Project tool window, right-click the file and select Reformat Code. In the editor, select a code fragment you want to reformat.īefore reformatting, you can take a look at the code style settings that are applied to the selected code: press Alt+Enter and click Adjust code style settings.įrom the main menu, select Code | Reformat Code or press Ctrl+Alt+L. You can also exclude part of code or some files from the reformatting. You can reformat a part of code, the whole file, group of files, a directory, and a module. editorconfig, it's taken from the project settings. IntelliJ IDEA lets you reformat your code according to the requirements you've specified in your current code style scheme or the.















How to use eclipse formatter in intellij