Any way to see which file is currently being indexed?

已回答

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?

1

There is log category #com.intellij.util.indexing.FileBasedIndexImpl that will trace indexed file names to the logs (Help->Debug Log Settings).

0

Okay. that should be all I need. Thank you!

0
Avatar
Permanently deleted user

@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 

0

Please try setting log level in bin/log.xml, you can enable debug for all categories

0

请先登录再写评论。