Any way to see which file is currently being indexed?
Answered
After installing a couple plugins, every other second I'm seeing the "Indexing.." prompt. It only lasts for a fraction of a second, but it keeps happening, and every single time Intellij flashes on my taskbar. Is there any way to see what file keeps changing that this is happening?
Please sign in to leave a comment.
There is log category #com.intellij.util.indexing.FileBasedIndexImpl that will trace indexed file names to the logs (Help->Debug Log Settings).
Okay. that should be all I need. Thank you!
@Serge Baranov I enabled trace for this category but still no information about which files are being indexed ? I am on IntelliJ IDEA 2018.1.3 (Ultimate Edition)
2018.1.3 (Build #IU-181.4892.42, built on May 7, 2018)
Trace set: (2018-05-09 17:30:41,973 [ 5910] INFO - lij.diagnostic.DebugLogManager - Set TRACE for the following categories: #com.intellij.util.indexing.FileBasedIndexImpl, com.intellij.util.indexing.FileBasedIndexImpl
Indexing related information:
2018-05-09 17:34:33,813 [ 237750] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 2 to update, calculated in 1ms
Please try setting log level in
bin/log.xml,you can enable debug for all categories