Intellij indexing related questions.
Hi,
I am looking at indexing source code to come up with possible problem areas that is causing indexing to be slow.
Is it possible to disable certain kind indexing (like: TodoIndex, ...)?
Does intellij supports indexing for new custom languages by default? Or, do we need rely on Stub Indexes by writing code to create/modify these stub indices?
Thanks,
Chandra
Please sign in to leave a comment.
Hello chandra,
No, it's not possible. All indexes contributed by all enabled plugins are
built.
The identifier index is built by default for all files which IDEA recognizes
as non-binary. All other indexes need to be contributed by the plugins supporting
a specific language.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"