I want to define a new SDK type for Jython, which is still based on Python 2. Is it possible to create a custom SDK and plug it into IntelliJ? Any documentation or pointers into how to accomplish this?
Defining a new kind of SDK is or at least used to be possible. I did so by extending Pythonid.pythonFlavorProvider and Pythonid.pySdkProvider. The code was documented as best I could.
However, I have since removed that part of the code, and that happened quite some time ago, so it is beyond me whether the documentation still applies and whether the code still works.