What does this symbol mean in IntelliJ? (red circle on bottom-left corner of file name, with 'J' in it)

后端 未结 19 1184
栀梦
栀梦 2020-11-29 18:52

Under the target folder in IntelliJ for a Java project I created, I have a few java source files in the package. Beside each file the \'J\' icon has a red circle with a lin

19条回答
  •  南笙
    南笙 (楼主)
    2020-11-29 19:29

    It means your Java source files aren't part of the project.

    If the suggestions mentioned here don't resolve the issue, you may have hit a rare bug like I did. Researching the exceptions found in the log helped me. In my case, disabling the "Plugin DevKit", deleting the .idea directory, and reimporting the project worked.

提交回复
热议问题