Andrew Grant

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Andrew Grant commented, -
Andrew Grant created a post, AnsweredHow 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 commented, -
-
Andrew Grant created a post, AnsweredDeveloping 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 created a post, PlannedpyAddSdkProvider 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 created a post, CompletedRemote 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...