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

IntelliJ Quarkus Tools

Results 146 intellij-quarkus issues
Sort by recently updated
recently updated
newest added

It claims errors where there are none and they do look weird. ![Screenshot 2020-04-06 at 16 45 30](https://user-images.githubusercontent.com/300760/78571167-30bcee80-7826-11ea-8540-8932bad7ed41.png)

bug

- firstly I think all required field should be marked with an asterisk - new project can be created with blank "Class name" and "Path" fields, which leads to issues...

bug

Navigate to: New Project > Quarkus tab -> next -> next In some extensions categories (such as "Messaging", "Compatibility" etc. - left column) are extension (right column items), that have...

bug

- I think there should be only 1 item, because one of that item completely covers the other - See the printscreens:

bug

- here is the printscreen of the situation: - after clicking on the "Next" button the following error msg **should be shown** instead of moving to the next page of...

bug

### Steps to reproduce: 1) Navidate to File->New->Project... 2) In the New Project window select Java in the left column 3) Select both Quarkus items (check the checkbox before both...

bug

While working with the application.properties file the completion and validation sometimes fails to offer some properties and after typing them manually the properties ends being underlined with yellow color. I...

bug

After a few minutes of working with application.properties file the context menu/completion fail to work, it just shows "No suggestions" for several cases such as "q", "qua", "quark" etc. **Note:**...

bug

**Steps to reproduce:** 1) Create new project and open the application.properties file 2) Type "quark", the completion assist will show some suggestions 3) Press your left arrow key three times...

bug

Type "quarkus.http.cors=f", the code assist offers **false** and **file** values, but only true/false is allowed here. See the picture:

bug