Indexing on focus

已回答

After upgrading to IDEA15CE on MacOS, I find that if I switch to another app then switch back to IDEA, it's indexing and the UI is blocked and I have to wait like a minute for it to finish. Is there any way to set indexing so it runs in the background and doesn't block the UI, or to prevent it ?

0

Please attach the thread dumps when it happens again (both automatic and manual via jstack), see https://intellij-support.jetbrains.com/entries/23348667 . Also provide idea.log (https://intellij-support.jetbrains.com/entries/23352446).

0
Avatar
Permanently deleted user

hi, thread dumps

0

Seems to be a plug-in issue. Try disabling cursiveclojure plugin. Report the issue to the plug-in vendor.

0
Avatar
Permanently deleted user

ok thankyou


0

I dont have this plugin and its doing it

0

Apomarinov

Does it help if you disable all non-bundled plugins and restart the IDE? Settings/Preferences | Plugins | ⚙️ | Disable all downloaded plugins

If it doesn't, please attach additional diagnostics data per the first comment here. You can upload it privately to https://uploads.jetbrains.com, and provide the upload id.

0

@... Yes it still happens. But then I think I found out that its happening when Im running a debug or run npm configuration. If I just run npm run dev in the terminal, its not happening.

0

Apomarinov Please submit a new YouTrack ticket and attach additional diagnostics data there.

See this article if you are not familiar with YouTrack.

1

This was solved by stopping indexing on build directories. In explorer, right click on your build output folder, go to Tools and click Stop Index. Do the same for all auto generated code folders.

0

请先登录再写评论。