Leinardi
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
已编辑于 Unable to build Pylint and Mypy plugins when compiling with PyCharm 2019.3.2 (2019.1.4 works fine)
已回答I'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... -
创建于 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... -
创建于 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. -
已编辑于 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... -
创建于 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...