Intellij plugin problem with Indexing
已回答
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.
请先登录再写评论。
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