From 02bc95691380ba3a7a5d1b01b08b6a7217e88355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 17 Sep 2024 16:24:41 +0200 Subject: [PATCH] persisting_state_of_components.md: sharing settings: add product help link --- topics/basics/persisting_state_of_components.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/topics/basics/persisting_state_of_components.md b/topics/basics/persisting_state_of_components.md index 69aa8b6b3..e69d3c4e4 100644 --- a/topics/basics/persisting_state_of_components.md +++ b/topics/basics/persisting_state_of_components.md @@ -207,6 +207,12 @@ The `roamingType` parameter of the `@Storage` annotation specifies the roaming t ### Sharing Settings Between IDE Installations + + +**Product Help:** [Share IDE settings](https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html) + + + It is possible to share the persistent state of components between different IDE installations. This allows users to have the same settings on every development machine or to share their settings within a team.