Menu

#502 code analysis ignore package

open
nobody
None
5
2010-12-13
2010-12-13
No

Would be great if you could put a comment tag on a __init__.py file and all that package would not be code-analised (for instance, a comment like this:
#@PyDevCodeAnalysisIgnorePackage

Right now you can make it ignore file by file with the tag #@PyDevCodeAnalysisIgnore, but if there are many files this option would save a lot of work (not to mention cases you aren't allowed to change those files, like when you are including packages that are not your own in the project).
Another option would be making pydev check for an empty file there named something like PyDevCodeAnalysisIgnore, so all files and subdirectories are ignored by code-analysis.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.