Annoying 'helpful' tip Follow
While working on a file, a floating tip (in blue) comes up with every click that says:
xml.dom.expatbuilder.parse?(multiple choices...)
I hit option - return to see what it's trying to help with and none of it is pertinent. Or if it is, I don't understand why.
Is there sufficient info here to understand what I"m seeing?
how do I get rid of it?
Attachment(s):
Screen shot 2010-06-11 at 5.32.18 PM.png
Please sign in to leave a comment.
Hello Lee,
This tip is an auto-import popup, and is shown because Python cannot resolve
the 'parse' identifier you have used in your code. Could you please attach
a larger code example showing where the identifier comes from?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks Dmitry. I had done an import * and I 'fixed' that and the tip is gone.
Explicit is better than implicit.