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

1.1 KiB

Settings

Configure and persist preferences of IntelliJ Platform plugins with the settings mechanism.

Settings mechanism allows users to configure and persist application- or project-level plugin preferences.

Product Help: Settings, Configuring the IDE

Settings are but one application of the IntelliJ Platform Persistence Model.

  • for information about Settings Extension Points and implementations.
  • for information about creating custom Settings groups and parent-child relationships.
  • for step-by-step instructions for creating a simple set of custom Settings.