Can't get error highlighting with Python 2.5.4 plugin with IDEA 9.0.2
Why don't I get this anymore. I got a new PC, I had to install IDEA 9.0.2 and the python plugin. I used to get error highlighting and navigation feature using F2 key on the keyboard. This no longer happens. I have to manually run Pylint to detect all the errors.
Do I need so somehow connect PyDev to Pylint to get PyDev understand what is an error or something. Never had to do anything before though. Please help.
Please sign in to leave a comment.
Hello Pad,
Please make sure that the *.py extension is associated with the Python file
type, and that the relevant inspections in Settings | Inspections | Python
are enabled. IntelliJ IDEA doesn't use pylint for its analysis.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks so much, it was all about turning on the Python Inspection.