Leinardi
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Edited Unable to build Pylint and Mypy plugins when compiling with PyCharm 2019.3.2 (2019.1.4 works fine)
AnsweredI'm the developer of Pylint and Mypy plugins and if I update PyCharm from 2019.1.4 (Build #PC-191.8026.44, built on July 30, 2019) to 2019.3.2 (Build #PC-193.6015.41, built on January 21, 2020) I'm... -
Created PyCharm/PCP: How to trigger the installation dialog?
I am the developer of the Pylint plugin for Pycharm and I would like to be able to tell PyCharm to install Pylint inside the virtualenv if is not already installed. How can I trigger this action pr... -
Created PyCharm/PCP: How to get the Python interpreter plugin?
I am developing a couple of plugins for PyCharm/Python Community Plugin and I need to find the path to the current project Python environment, including if is a virtual environment. -
Edited GeneralCommandLine.createProcess().waitFor() never ends
I am trying to read a big amount of text from the stdout of a GeneralCommandLine but, with this text, it never ends. I tried to read the same amount of text directly calling the binary generating i... -
Created ProjectRootManager.getContentSourceRoots() equivalent for PyCharm/PythonCore
I am developing a plugin to run PyLint directly from PyCharm but I don't know how to get the list of all the Python files in the project. For Java projects I can simply use final ProjectRootManager...