inject in indexing process
Greetings!
After the IDE has started it starts the project files indexing process. How could one get access to this
process. Our need is to make a plugin, which analisis all the code files (for example by file
extensions - .xml and .java) and provides some data processing. Now, we have done this by second files
traversing (afted indexing process), which make the initialization stage drammatically slow. What would you advice in that case?
Thanks.
Please sign in to leave a comment.
Hi Dmitry, there's some good documentation here http://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA, have you seen that?
Yes, I have read these instructions.
I need to integrate into the process of indexing performed by Idea. I do not want to do a self-indexing the files of the project.
Please look for CacheUpdater and its inheritors in Idea CE source code