Without “excluding” folders, how can I stop Indexing intellij idea on start? It’s very very annoying that it starts indexing on startup without allowing you to, for example, debug a test case making you wait until indexing has finished.
解决方案:
You can stop synchronizing/indexing each time you switch to the IDEA and it’s quite useful when dealing with big projects and outside build process which triggers indexing.
Just disable checkbox:Appearance & Behavior -> System Settings -> Synchronize files on frame or editor tab activation.
Make sure you run indexing manually to update hints when needed through Synchronize menu (Cmd-Alt-Y on Mac).

IntelliJ IDEA禁用启动时自动索引:快速停止同步操作
本文介绍如何在IntelliJ IDEA中避免启动时自动进行文件同步和索引,以减少调试时的等待时间。只需禁用'Appearance & Behavior > System Settings > Synchronize files on frame or editor tab activation'选项即可。手动更新提示可通过'Synchronize'菜单(Mac上使用Cmd-Alt-Y)。
48万+

被折叠的 条评论
为什么被折叠?



