Andrew Grant
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Andrew Grant 进行了评论, -
Andrew Grant 创建了一个帖子, 已回答How do I get someone at JetBrains to look at a PR
While developing a PyCharm plugin, I discovered that a refactoring of the code to support remote Python interpreters broke an extension point the plugin relied on. I raised the issue with support a... -
-
-
-
Andrew Grant 创建了一个帖子, 已回答Developing and testing plugin with custom build of Pycharm
The normal work flow with plugin development appears to be setting a version of PyCharm in the build.grade.kts file. When running the plugin with the runIde target, gradle pulls down the specified ... -
Andrew Grant 创建了一个帖子, 已计划pyAddSdkProvider support broken in Pycharm CE after the 2022.2 release
I have written a plugin for PyCharm CE which used the pyAddSdkProvider extension point to allow a custom interpreter to be installed. The plugin loads in 2022.1.4 but in no PyCharm version after th... -
Andrew Grant 创建了一个帖子, 已完成Remote development from Mac to Ubuntu VM not working.
C++ Project builds and runs on MacOS using the standard Apple toolchain. I setup a remote toolchain using an Ubuntu VM (Multipass). After setting the default toolchain to the remote and setting the...