leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylint-pycharm Support for CLion

dtormoen opened this issue · comments

Is your feature request related to a problem? Please describe.
I work on a mixed C++ and Python code base and would like to have Pylint built-in without having to switch IDEs.

Describe the solution you'd like
It would be great to be able to install pylint-pycharm in CLion similar to how it is possible to install it for Intellij.

Describe alternatives you've considered

  • Switching IDEs when running a scan.
  • Scripting it as an external tool.
commented

This issue has been automatically marked as stale because it has not had activity in the last 60 days.

commented

Same request as above.

I was able to manually install the pylint-pycharm plugin in CLion 2019.3.4 (having the bundled Python Community Edition).
When I "run" Pylint, I get the following error: "Pylint Plugin No Python interpreter configured for the project."
(In the settings I did specify a Python Interpreter.)

commented

This issue has been automatically marked as stale because it has not had activity in the last 60 days.

commented

Would love to see the support in CLion.