https://kotlinlang.org logo
Title
s

smallshen

12/17/2021, 7:10 AM
Currently, I have a terrible experience with jupyter notebooks with Kotlin, will Kotlin be supported with notebooks in idea?
a

altavir

12/17/2021, 7:46 AM
Could you give a little bit more detail on "terrible experience"? Experimental kotlin notebook support in IDEA is already supported via plugin.
r

roman.belov

12/17/2021, 10:16 AM
The Kotlin Notebook plugin while is available on the plugins marketplace is absolutely in pre-alpha stage and its status is in active development. More or less it should be usable only after the first official blogpost.
s

smallshen

12/17/2021, 3:32 PM
@altavir for example I defined a value model, but it is not available in other cells
a

altavir

12/17/2021, 3:40 PM
But it is. Could you share an example? Idea integration won't help you with the cell model. It is exactly the same.
s

smallshen

12/17/2021, 5:31 PM
The biggest issue I have right now is the code completion is missing
a

altavir

12/17/2021, 5:33 PM
Code completion is fully functional in jupyter and datalore. Are you sure it was set up properly?
s

smallshen

12/17/2021, 5:34 PM
Hummm, I'll go check again. I followed all the steps.
a

altavir

12/17/2021, 5:37 PM
It is tab key in jupyter
s

smallshen

12/17/2021, 9:45 PM
Thanks, solved now