When I open multiple projects, except for the first one, all other projects get stuck for a long time

已回答

In addition, there are also problems with closing the project. The pop-up window will get stuck when closing the project.

In order to ensure development, I was forced to turn to vscode。

this is log: 

Upload id: 2024_02_22_C7ZNhggVnt2wyLRyqQLQQV (file: idea-logs-20240222-09531313568440411844987409.zip)

0

Hi,

Does the problem go away if you disable all of the downloaded plugins and restart the IDE? Preferences | Plugins | ⚙ | Disable all downloaded plugins

Custom plugins: [React Native Console Free (2023.3.0), Chinese (Simplified) Language Pack / 中文语言包 (233.199), VSCode Keymap (233.11799.188), React Native Snippets (0.1), Uniapp Tool (1.0.12-231.3), GitHub Copilot (1.4.14.4617-nightly), Aladdin Logcat (0.0.3), Browser (1.0.7), Unocss (1.4.5), Android (233.14475.28), Wechat mini program support (3.5.16)]

If it does, see if it helps to disable GitHub Copilot plugin specifically. I see lots of hanging threads with its code at the front.

If the issue remains, see if it helps to re-generate project configuration settings for each of the affected projects:

  1. Close the IDE, go to the project directory, backup and delete the entire .idea folder and any *.iml files from its root
  2. In the IDE, go to File | New | Project from existing sources, select the project's source (root directory or main build file)
  3. Wait for indexing to finish
2

As you suggested, after I disabled the github copilot plugin, the IDE seemed to become smoother. Maybe I should report the issue to github.

0

Yes, you can report it here or here.

0

请先登录再写评论。