I'm writing java code using scala one (Kafka api), and I can't get eclipse to get the argument names in methods autocompletion, it's instead suggesting things like Method(String arg0, int arg1,...)
The source is apparently found correctly, as I can browse into it with F12, and I see the correct argument names, but it's still a bit tedious to go into every function, retrieve the argument names, and write the call after that.
I've installed the scala plugin for eclipse, which did not solve this.
Is is possible to solve this ? If yes, how ?
Thanks !