当前位置:  开发笔记 > 编程语言 > 正文

在非Java IntelliJ IDEA项目上检查代码

如何解决《在非JavaIntelliJIDEA项目上检查代码》经验,为你挑选了2个好方法。

我正在使用IntelliJ IDEA构建一个非Java项目,它只是一个PHP + Javascript项目,一切正常,但是当我尝试检查项目中的所有代码时(分析->检查代码),我得到了一个错误:

没有为该项目正确配置JDK。无法进行检查。

难道我做错了什么?即使项目不是Java,我也必须配置SDK吗?

注意:在编辑器中打开的对工作文件的自动代码检查正常,唯一的问题是当我尝试检查项目中的所有代码时。

注意2:我既不能使用PHPStorm也不能使用Webstorm。

谢谢。



1> 小智..:

就我而言,我不想删除该模块,因为我配置了一堆东西(数据源,字典,http请求),并且书架中有很多代码(我相信它存储在项目/模块中) 。我发现您可以跳过“删除模块”部分,而只需更新模块配置:

查找$module.iml文件(在我的情况下,它位于.idea目录内),顶部有一行:


我改为:


该问题已修复,并且我没有看到任何副作用,但是以防万一,您可能要备份.idea目录。



2> Ben Creasy..:

I raised this over at https://youtrack.jetbrains.com/issue/IDEA-188017 - after some back and forth, the Jetbrains employee helped me figure out that I had a Java module in there.

If you are not using Java, please crate a module of a Static Web type. Now you have a module of a Java type, that is why the error is reported, so such behaviour is expected.

Delete your Java module. Once you enter in the menu in the screenshot below, find the Static Web type and create your module like that.

推荐阅读
yzh148448
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有