Hey team! Do we have any plans for pycharm extensi...
# questions
p
Hey team! Do we have any plans for pycharm extensions for kedro?
πŸ‘€ 2
r
Hi @Puneet Saini, Unfortunately there is no active development plan that I am aware of. There is an old discussion here - https://github.com/kedro-org/kedro/discussions/4187
j
it's now our second most upvoted discussion πŸ‘€
d
In theory the paid version of pycharm supports lsp
❀️ 1
Would be super interesting to see how much work it is
p
Ohhhh. Didn't know PyCharm did that..
d
It’s brand new, the alternative of writing kotlin extensions is way less appealing
n
@datajoely Do you know that if you will need to implement the language support in Kotlin as well or it could be still the target language
d
no I think the main point is that you don't!
n
to clarify, I am referring to the native Jetbrain IDE language API
since they support a few language, and it's unlikely they use LSP internally. for example CLion with C++, do they implement the language support with Kotlin(?) or C++?
For Pylance (VSCode Python support), they do implement with TypeScript
d
I think Kotlin is the preferred langauge for everything
n
ic, i just couldn't imagine how you can implement certain language specific feature with a foreign languageπŸ‘€