Skip to content

Commit d16e03f

Browse files
authored
[ci skip] Add IntelliJ tips to CONTRIBUTING.md (#13299)
1 parent 97452e1 commit d16e03f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,17 @@ If you use Maven to build your plugin:
452452
If you use Windows and don't usually build using WSL, you might not need to
453453
do this.
454454

455+
## Tips and Tricks
456+
457+
### IntelliJ IDEA
458+
459+
- Under `Settings > Appearance & Behavior > System Settings`, disable
460+
`Sync external changes: Periodically when the IDE is inactive (experimental)`.
461+
When disabled, the IDE will not attempt to reindex files while patches are applying
462+
unless you interact with the IDE during the process. This avoids severe slowdowns and freezes.
463+
- Under `Settings > Appearance & Behavior > System Settings`, you may also want to
464+
disable `Reopen projects on startup` to avoid freeze loops.
465+
455466
## Frequently Asked Questions
456467

457468
### My commit doesn't need a build, what do I do?

0 commit comments

Comments
 (0)