2025-03-19 10:46:36 +01:00

24 lines
1.1 KiB
Markdown

<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Settings
<web-summary>
Configure and persist preferences of IntelliJ Platform plugins with the settings mechanism.
</web-summary>
<link-summary>Settings mechanism allows users to configure and persist application- or project-level plugin preferences.</link-summary>
<tldr>
**Product Help:** [Settings](https://www.jetbrains.com/help/idea/settings-preferences-dialog.html), [Configuring the IDE](https://www.jetbrains.com/help/idea/configuring-project-and-ide-settings.html)
</tldr>
Settings are but one application of the IntelliJ Platform [Persistence Model](persistence.md).
* [](settings_guide.md) for information about Settings Extension Points and implementations.
* [](settings_groups.md) for information about creating custom Settings groups and parent-child relationships.
* [](settings_tutorial.md) for step-by-step instructions for creating a simple set of custom Settings.
<include from="snippets.topic" element-id="missingContent"/>