This is an automated email from the ASF dual-hosted git repository.

roiocam pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 51d6e09664 chore: idea tips for not fq import (#1297)
51d6e09664 is described below

commit 51d6e09664488c018dbfd0472c52a609de5444a1
Author: AndyChen(Jingzhang) <[email protected]>
AuthorDate: Fri Apr 26 14:54:23 2024 +0800

    chore: idea tips for not fq import (#1297)
---
 docs/src/main/paradox/additional/ide.md                 |   6 ++++++
 .../images/idetip-not-fully-qualified-import.png        | Bin 0 -> 50096 bytes
 2 files changed, 6 insertions(+)

diff --git a/docs/src/main/paradox/additional/ide.md 
b/docs/src/main/paradox/additional/ide.md
index aae5ecd8bf..d38d5b3837 100644
--- a/docs/src/main/paradox/additional/ide.md
+++ b/docs/src/main/paradox/additional/ide.md
@@ -9,3 +9,9 @@ In IntelliJ, the auto-importer settings are under "Editor" / 
"General" / "Auto I
 
![idetip-auto-importer-solution.png](../images/idetip-auto-importer-solution.png)
 
 Eclipse users can configure this aspect of the IDE by going to "Window" / 
"Preferences" / "Java" / "Appearance" / "Type Filters".   
+
+## Configure the code-style of import in IntelliJ
+
+For a smooth development experience, you can disable fully qualified imports 
and enable merged imports to obtain a more concise import style.
+
+![idetip-not-fully-qualified-import.png](../images/idetip-not-fully-qualified-import.png)
diff --git a/docs/src/main/paradox/images/idetip-not-fully-qualified-import.png 
b/docs/src/main/paradox/images/idetip-not-fully-qualified-import.png
new file mode 100644
index 0000000000..b689886e0a
Binary files /dev/null and 
b/docs/src/main/paradox/images/idetip-not-fully-qualified-import.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to