简体   繁体   English

删除 PyDev 项目配置后 Pydev Eclipse 中缺少错误标记

[英]Error markers missing in Pydev Eclipse after Remove PyDev Project Config

I'm using pydev eclipse. I encountered an import error and I followed instructions on the inte.net and did this " RClick --> PyDev --> Remove PyDev Project Config ".我正在使用 pydev eclipse。我遇到了一个导入错误,我按照 inte.net 上的说明进行操作并执行了“RClick RClick --> PyDev --> Remove PyDev Project Config ”。 And now the red error markers are all gone.现在红色错误标记都消失了。 I'm panicking right now, I don't understand anything, now I can't get the error markers back.我现在很恐慌,我什么都不懂,现在我无法取回错误标记。

Please, anyone, tell me how to get the red markers error back?请任何人告诉我如何恢复红色标记错误? Is there any way to "Add Pydev Project Config" back?有什么办法可以恢复“添加 Pydev 项目配置”? I try to restart, update,.... but none of them work我尝试重新启动、更新、....但它们都不起作用

Removing PyDev Project Config means that you just said to the project that you don't want PyDev to analyze anything.删除PyDev Project Config意味着你只是对项目说你不想让 PyDev 分析任何东西。

You can right-click it again and choose PyDev > Set as PyDev project and configure your source folders (ie: the folders that should be in the PYTHONPATH) as explained in: https://www.pydev.org/manual_101_project_conf2.html to get your error markers back (as PyDev will only analyze files under a source folder).您可以再次右键单击它并选择PyDev > Set as PyDev project并配置您的源文件夹(即:应该在 PYTHONPATH 中的文件夹),如以下所述: https://www.pydev.org/manual_101_project_conf2.html到取回错误标记(因为 PyDev 只会分析源文件夹下的文件)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM