Invalid reference not detected in pycharm

已回答

Hello,

I am having a couple of issues with PyCharm NOT detecting unresolved references

for example

print(DOES_NOT_EXIST) never shows shows a red underline. I have turned on all inspections (unresolved reference is set as WARNING / YELLOW) but it does not even show a warning.

 

1

Hi Kw823,

Please try `File | Invalidate Caches / Restart...`. Try disabling all custom plugins, if any.

0

请先登录再写评论。