PyCharm and .gdsl definition
Answered
I was just wondering, if it is possible to use .gdsl defintion file with PyCharm?
I tried to use the a sample file (Pipeline script for JenkinsCI-Server) by copying it into the project folder, then PyCharm notifies me, that this would only be available in the Ultimate Edition of IntelliJ IDEA, which is not a real option for a Python project :). (I'm on PyCharm Professional 2016.3
Is there any way around this, maybe through some Groovy Plugin of some sort? Or is this functionality only available for Java-Devs?
If someone can point me to the right docs or tell me that it's not possible at all will be just fine.
Thx in advance!
Please sign in to leave a comment.
please add it to the Pycharm as well
Unfortunately it's not possible with Pycharm and available only in Intellij IDEA. Feel free to file feature request about it to Pycharm issue-tracker: https://youtrack.jetbrains.com/issues/PY.
Thank you Anna, I'm gonna file a feature request then.