intellij-quarkus
intellij-quarkus copied to clipboard
The plugin completes code after typing opening curly brace
I'm using IDEA Community Edition 2024.2.3 and Quarkus Tools 2.0.2.
Here is how to reproduce it:
- Make sure that the plugin is installed
- Create a new quarkus project (keep all setings default)
- Wait for IDEA to load the project, finish indexing etc - this is important
- Open a class file
- Start typing a new method
void test(){
This is where it breaks IDEA's behavior. After I type { it pops up the list of suggestions. IDEA does not do that. And it really ruins user experience, because most of the time after typing { you just want to hit Enter to move to the next line.
It is also worth mentioning that it reproduces only in quarkus projects. Creating a plain java project will not reproduce it (even with the plugin enabled).
And here is a video of me reproducing it:
https://github.com/user-attachments/assets/cb146fbc-e1b2-48d0-966a-004a6b68d0af