This is an automated archive made by the Lemmit Bot.

The original was posted on /r/androiddev by /u/Bacano2 on 2024-11-01 18:35:28+00:00.


Bug 1 - In Java classes I can do Alt+Insert and I have this options:

And if I do Alt+Enter I have more options:

Let’s go to a Kotlin class, Alt+Insert:

And Alt+Enter in the same Java class:

There are options that are java specific but where is the Tests and Copyright options?

Is this some bug, or were the options removed for kotlin, or did they ever existed?

Bug 2 - Smart completion

In Java Smart completion works nicely to autocomplete interface implementations, just do Ctrl + Shift + Space:

Why does kotlin have no suggestions with Ctrl + Shift + Space?

Bug 3- Auto convert java to kotlin also not working

I try to paste a piece of code from a java file to a kotlin file and it never converts. In the past it even converted code copied from a webpage. The option is enabled in the settings.

I’ve uninstalled all plugins, uninstalled AS, removed files, reinstalled AS from scratch and the bugs persist.

Anyone has the same issues?