From 4c84a88532784574c65778d0a3aa4e13198e5de7 Mon Sep 17 00:00:00 2001 From: Breno A Date: Tue, 16 Jan 2024 03:34:47 -0300 Subject: [PATCH] Fix path and add shortcuts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe0e2126..816bb4b03 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ actions. #### IntelliJ JRE Config The google-java-format plugin uses some internal classes that aren't available -without extra configuration. To use the plugin, go to `Help→Edit Custom VM -Options...` and paste in these lines: +without extra configuration. To use the plugin, go to `Help→Find Action` or `CTRL+Shift+A` (`⌘⇧A` on macOS) and search `Edit Custom VM +Options...` then paste in these lines: ``` --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED