leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
197 stars 35 forks source link

pylint-pycharm Support for CLion #51

Open dtormoen opened 4 years ago

dtormoen commented 4 years ago

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

stale[bot] commented 4 years ago

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

dandn commented 4 years ago

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.)

stale[bot] commented 4 years ago

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

Strus commented 3 years ago

Would love to see the support in CLion.