Skip to content

Commit

Permalink
chore: idea tips for not fq import (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Apr 26, 2024
1 parent c9d08f2 commit 51d6e09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/paradox/additional/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51d6e09

Please sign in to comment.