codota / tabnine-intellij

Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
https://www.tabnine.com/install/intellij
MIT License
525 stars 67 forks source link

DEV2-4411: code lens #699

Closed yairco1990 closed 11 months ago

yairco1990 commented 11 months ago

https://github.com/codota/tabnine-intellij/assets/10290661/4cf54d21-5caa-4579-ac06-eb57d831c10a

yairco1990 commented 11 months ago

@amircodota testing this feature is not easy. I spent some time writing tests, but it will take time to finish them. regarding the jvm-default=enabled flag, it is because of this error: Inheritance from an interface with '@JvmDefault' members is only allowed with -Xjvm-default option it refers to inheritance from ImmediateConfigurable which has @JvmDefault annotations.