From b2d0df91efdfb2298847c7b3606982946fef988f Mon Sep 17 00:00:00 2001 From: Jark Wu Date: Fri, 20 Dec 2024 22:05:47 +0800 Subject: [PATCH] [docs] Suggest to use "Save Actions X" instead of "Save Actions Tool" (#239) "Save Actions Tool" is not maintained anymore and not compatible with new versions of IntelliJ IDEA. --- website/docs/dev/ide-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/dev/ide-setup.md b/website/docs/dev/ide-setup.md index 8be93fd6..bd83cb53 100644 --- a/website/docs/dev/ide-setup.md +++ b/website/docs/dev/ide-setup.md @@ -77,7 +77,7 @@ adding a Copyright profile: Go to "Settings" → "Plugins" and select the "Marketplace" tab. Search for the following plugins, install them, and restart the IDE if prompted: -* [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions) +* [Save Actions X](https://plugins.jetbrains.com/plugin/22113-save-actions-x) * [Checkstyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea) You will also need to install the [google-java-format](https://github.com/google/google-java-format)