File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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?
You can’t perform that action at this time.
0 commit comments