I don't know what I'm doing with it. I'm reading t...
# javascript
a
I don't know what I'm doing with it. I'm reading the documentation but when trying to write code I'm blinded. I tried to mark a dir as a source but it asked for a Kotlin/JVM configuration. And I know that when using something like Angular requires the tool ts2ks but I'm using AngularJS so not sure how that's working out. Unless the way that writing kotlin/js code in intellij is different than write kotlin/jvm (tools-wise)
s
Have you tried searching github for a project you can use as a starting point?
a
Yeah I saw that but I was just curious as to how I would get the same tool use as Kotlin/JVM like a code converter or an intellisense.
In fact, I have that open in another tab
😛
s
Ok. Its a bit difficult to see what the exact problem is that you are having 🙂
a
Right
you know how intellij has the intellisense for whatever language that is enable for, like plugins and all? So like kotlin has one, java has one, js has one, rust has one, html has one, python has one, gradle/groovy has one, etc? Well...when I use kotlin in a js project, I don't get that so it's hard to do what I need to do if I'm basically writing everything as though I'm writing in atom/sublime
b
@alexcouch Do I understand correctly that IDEA futures like completion doesn’t work in Kotlin/JS project for you?
if so could you please share more info? (like screenshots, screeencasts, source of project)
which version of IDEA and Kotlin plugin do you use?