intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

The plugin completes code after typing opening curly brace

Open acanthite1855 opened this issue 1 year ago • 7 comments

I'm using IDEA Community Edition 2024.2.3 and Quarkus Tools 2.0.2.

Here is how to reproduce it:

  1. Make sure that the plugin is installed
  2. Create a new quarkus project (keep all setings default)
  3. Wait for IDEA to load the project, finish indexing etc - this is important
  4. Open a class file
  5. 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

acanthite1855 avatar Oct 08 '24 17:10 acanthite1855