Hey everyone, a short question. I’m starting my first project in kotlin js. When typing code in my m...
j
Hey everyone, a short question. I’m starting my first project in kotlin js. When typing code in my main function, I get no proposals for imports, nor any completion. I do get completion after I type ‘.’ when valid. Is that expected?
b
Looks like a bug in IDEA. I'm assuming you're on mac as that's the only place where I've experience this myself. Works fine on my linux machine.
j
Yes, and it seems project dependant, as I was just noting
Tried to restart the IDE twice already
well, recreating the same project from the same template does work, so i guess i’ll just switch to that other one and hope it doesn’t happen again 😄