@@ -22,3 +22,50 @@ with an up-to-date pylint even if python 3.5 is past enf of life (EOL).
22
22
If a newer version does not work for you, we do not maintain pylint for EOL python,
23
23
so the best available pylint might be an old version that works with your old interpreter but
24
24
without the bug fixes and feature of latest pylints.
25
+
26
+
27
+ Editor integration
28
+ ------------------
29
+
30
+ .. _ide-integration :
31
+
32
+ To use Pylint with:
33
+
34
+ - Emacs _, see https://www.emacswiki.org/emacs/PythonProgrammingInEmacs,
35
+ - Vim _, see https://www.vim.org/scripts/script.php?script_id=891,
36
+ - `Visual Studio `_, see https://docs.microsoft.com/visualstudio/python/code-pylint,
37
+ - Eclipse _ and PyDev _, see https://www.pydev.org/manual_adv_pylint.html,
38
+ - Komodo _, see https://mateusz.loskot.net/post/2006/01/15/running-pylint-from-komodo/,
39
+ - gedit _, see https://launchpad.net/gedit-pylint-2 or https://wiki.gnome.org/Apps/Gedit/PylintPlugin,
40
+ - WingIDE _, see https://wingware.com/doc/warnings/external-checkers,
41
+ - PyCharm _, see :ref: `the section below <pylint_in_pycharm >`,
42
+ - TextMate _, see :ref: `the section below <pylint_in_textmate >`
43
+ - `Visual Studio Code `_, see https://code.visualstudio.com/docs/python/linting,
44
+ - `Visual Studio Code `_ Pylint Extension see, https://marketplace.visualstudio.com/items?itemName=ms-python.pylint,
45
+ - `Visual Studio `_, see https://docs.microsoft.com/en-us/visualstudio/python/linting-python-code,
46
+ - `Jupyter Notebook `_, see https://github.com/nbQA-dev/nbQA,
47
+
48
+ Pylint is integrated in:
49
+
50
+ - `Visual Studio `_, see the `Python > Run PyLint ` command on a project's context menu.
51
+ - Eric _ IDE, see the `Project > Check ` menu,
52
+ - Spyder _, see the `View -> Panes -> Static code analysis ` pane and
53
+ its `corresponding documentation <https://docs.spyder-ide.org/current/panes/pylint.html >`_.
54
+ - pyscripter _, see the `Tool -> Tools ` menu.
55
+ - `Visual Studio Code `_, see the `Preferences -> Settings ` menu.
56
+
57
+ .. _Emacs : https://www.gnu.org/software/emacs/
58
+ .. _Vim : https://www.vim.org/
59
+ .. _Visual Studio : https://visualstudio.microsoft.com/
60
+ .. _Eclipse : https://www.eclipse.org/
61
+ .. _Eric : https://eric-ide.python-projects.org/
62
+ .. _pyscripter : https://github.com/pyscripter/pyscripter
63
+ .. _pydev : https://www.pydev.org/
64
+ .. _Komodo : https://www.activestate.com/products/komodo-ide/
65
+ .. _gedit : https://wiki.gnome.org/Apps/Gedit
66
+ .. _WingIDE : https://www.wingware.com/
67
+ .. _spyder : https://www.spyder-ide.org/
68
+ .. _PyCharm : https://www.jetbrains.com/pycharm/
69
+ .. _TextMate : https://macromates.com
70
+ .. _Visual Studio Code : https://code.visualstudio.com/
71
+ .. _Jupyter Notebook : https://jupyter.org/
0 commit comments