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
.
later must install python packages, example, pep8, pylint, flake8 , other. install him pip on system side (recommended) or in virtual environment.
Comments
Post a Comment