How to highlight Python modules that are not used in Emacs -


something 6 months ago, met developer using emacs. writing django code , python. there feature has enabled (wrote himself ?) highlight imported modules not used.

i willing have this, unfortunately didn't find related past 15 minutes. guess wrote himself. far lisp guru guys be, hence here am, asking directions such task ;].

for automatic checking using imported modules need install flycheck , python-mode, , later execute command flycheck-verify-setup.

flycheck-verify-setup (all installed , founded)

later must install python packages, example, pep8, pylint, flake8 , other. install him pip on system side (recommended) or in virtual environment.

flycheck highlight unused imported module


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -