How can I stop indexing intellij idea? Ask Question

How can I stop indexing intellij idea? Ask Question

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.

ベストアンサー1

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 System Settings -> Synchronize files on frame or editor tab activation.

ヒントを更新するには、Synchronizeメニュー(Macの場合はCmd-Alt-Y)から手動でインデックス作成を実行するか、File -> Reload All from DiskLinuxで実行されているIDEA 2020の場合は手動でインデックス作成を実行してください。

システム設定

おすすめ記事