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 would be nice if we could differentiate between build and runtime properties in the application properties, maybe with different colors

enhancement
quarkus

UI of the IntelliJ changes over time, between version 2020.2 and version 2020.3 there are larger changes to several dialogs: ### 2020.2 - example of one dialog: ### 2020.3 -...

enhancement
tests

- create new Quarkus project (minimum extensions) - edit the application.properties file (add one or more properties, save the file) - test if the app is running according to the...

enhancement
tests

- create new Quarkus project (minimum extensions) - edit the application.properties file (add one or more properties, save the file) - test if the app is running according to the...

enhancement
tests

- create new Quarkus project and debug it (means place breakpoints, run in debug mode and make some cheks)

enhancement
tests

We should extend unit tests so that we have same coverage that JDT quarkus

enhancement

![Screenshot 2020-04-06 at 16 34 32](https://user-images.githubusercontent.com/300760/78569896-88f2f100-7824-11ea-958c-aa65f286aa1e.png)

enhancement

Had an error with unregognized Hibernate ORM properties even though I had hibernate-orm-panache in my pom.xml I tried ot add hibernate-orm in too (not necessary in theory), then the app.properties...

bug