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
Big Chungus
10/15/2021, 1:18 PM
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
julien lengrand-lambert
10/15/2021, 1:19 PM
Yes, and it seems project dependant, as I was just noting
julien lengrand-lambert
10/15/2021, 1:19 PM
Tried to restart the IDE twice already
julien lengrand-lambert
10/15/2021, 1:25 PM
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 😄