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

In my case I have not installed Java 21 and when I use The Quarkus Wizard it select the Java 21 and I have the following error: ![image](https://github.com/user-attachments/assets/aa2e295c-312b-44e4-ac08-ef369b5c4cce) I need...

enhancement

Hello ![image](https://github.com/user-attachments/assets/c4281b24-e83d-4dd1-8ac4-bc0d19dd90b2) ``` java.lang.IllegalStateException: Constraint inSmartMode cannot be satisfied at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:554) at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.executeSynchronously(NonBlockingReadActionImpl.java:492) at com.intellij.openapi.application.impl.NonBlockingReadActionImpl.executeSynchronously(NonBlockingReadActionImpl.java:220) at com.intellij.psi.impl.search.JavaFunctionalExpressionSearcher.calcDescriptors(JavaFunctionalExpressionSearcher.java:112) at com.intellij.psi.impl.search.JavaFunctionalExpressionSearcher$Session.processResults(JavaFunctionalExpressionSearcher.java:498) at com.intellij.psi.impl.search.JavaFunctionalExpressionSearcher.processQuery(JavaFunctionalExpressionSearcher.java:72) at com.intellij.psi.impl.search.JavaFunctionalExpressionSearcher.processQuery(JavaFunctionalExpressionSearcher.java:62) at com.intellij.openapi.application.QueryExecutorBase.execute(QueryExecutorBase.java:76) at com.intellij.util.ExecutorsQuery.processResults(ExecutorsQuery.java:30) at com.intellij.util.AbstractQuery.doProcessResults(AbstractQuery.java:83) at...

bug
qute

feat: New Feature: outline extension BuildItems Fixes #1094 Here a demo with the current PR: ![BuildItemWorkspaceSymbols](https://github.com/user-attachments/assets/b93782a8-0200-4fc8-af97-c133c676180a) Here how it works: * you need to open a Java file to start...

do-not-merge/work-in-progress

fix: @ConfigProperty for java.util.Duration with defaultValue flagged as error Fixes #1207 and enum (see https://github.com/redhat-developer/vscode-quarkus/issues/612)

I installed the plugin after seing this blog post: https://quarkus.io/blog/intellij-quarkus-tools-1.11.0/#configs-all-the-way-down However, while IDEA now recognizes the files `application-dev.properties` and `application-test.properties` as Quarkus properties, it does not recognize ANY properties used...

enhancement
kotlin-support

### Describe the bug Hello! Running `mvn quarkus:dev` in terminal and navigating to the Dev UI to activate Continuous Testing works fine. However, starting the same application via bundled IntelliJ...