Configuring Project and IDE Settings
In this section:
- Configuring Project and IDE Settings
- Accessing Settings
- Accessing Default Settings
- Configuring Colors and Fonts
- Configuring Keyboard Shortcuts
- Configuring Menus and Toolbars
- Configuring Quick Lists
- Configuring Third-Party Tools
- Creating and Registering File Types
- Exporting and Importing Settings
- Configuring Code Style
- Copying Code Style Settings
- Configuring Scopes and File Colors
- Configuring Individual File Encoding
- Configuring Line Separators
- Sharing Your IDE Settings
- Switching Between Schemes
- Switching Boot JDK
Introduction
Project settings refer to a set of preferences related to resources, file colors, version
control options, code styles, etc. Project settings are stored with each specific project as a set of
xml
files under the .idea
folder.
You can configure project settings on the two possible levels:
- The level of a template project. The settings defined for a template project, apply to any project you create.
- The project level. The settings defined on this level apply to the current project only.
See Also
Procedures:
Tutorials and Examples:
Last modified: 23 December 2016