inspections incorrect a lot of the time.
The code inspector is becoming more of a nuisance than assistance. It will flag something as an error before I'm finished typing and then it does not go back and correct the highlighting. In the example below you'll see the "bubble" stating something about "speedpos_speed" that no longer even exists in the line.
I have also seen the inspector highlight my entire file while trying to construct a docstring for a class and after that the entire file remains highlighted until I quit pycharm and start it again.
Any suggestions?
Thanks,
-Roberto.
Attachment(s):
inspection_error.png
请先登录再写评论。

Hello Roberto,
Are there any exception reports in ~/Library/Logs/PyCharm10/idea.log ?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I upgraded to PyCharm 1.1.1 and the problem went away.
Thanks.