Invalid reference not detected in pycharm
Answered
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.
Please sign in to leave a comment.
Hi Kw823,
Please try `File | Invalidate Caches / Restart...`. Try disabling all custom plugins, if any.