I asked a variant of this question before and it got closed as "off topic", no idea why.
I'm studying Jython for uni and Hate using jython. I have tried using pydev but things like "pickAFile()" aren't recognised.
NameError: global name 'pickAFile' is not defined
Is there another plugin, or file I can add, so I can run code that runs in JES to run on something like PyDev?
Edit: I'm not sure of the terminology but I guess I'm looking for something like a Jython script that I can addon to accept JES statements?