Intellij plugin problem with Indexing Follow
Answered
During indexing the action of the plugin is not enabled , it is only enabled after the completion of the indexing so could any please suggest how to get rid of this behaviour.
Please sign in to leave a comment.
It's expected behavior, since a lot of IDEA features (analysis, highlighting, completion, refactoring, etc.) require completed indices.
Probably, your action also need them. Otherwise, you could try DumbAwareAction or DumbAware that allow execution during indices update (aka dumb mode).
See also https://plugins.jetbrains.com/docs/intellij/indexing-and-psi-stubs.html#dumb-mode