intellij-quarkus
intellij-quarkus copied to clipboard
IntelliJ Quarkus Tools
Signed-off-by: jbosstoolsci Bot
It should be nice to support `textDocument/inlayHint` to support for instance https://github.com/redhat-developer/vscode-quarkus/blob/master/docs/qute/TemplateSupport.md#inlay-hint-for-qute See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint
It should be nice to support `textDocument/linkedEditingRange` to support for instance https://github.com/redhat-developer/vscode-quarkus/blob/master/docs/qute/TemplateSupport.md#linked-editing See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_linkedEditingRange
It should be nice to support `textDocument/documentHighlight` to support for instance https://github.com/redhat-developer/vscode-quarkus/blob/master/docs/qute/TemplateSupport.md#tag-name-highlighting See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentHighlight
application.properties: `quarkus.http.port=${PORT:8080}` Exception: ``` Error while converting '${PORT:8080}' as Integer for key 'quarkus.http.port' java.lang.NumberFormatException: For input string: "${PORT:8080}" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:638) at java.base/java.lang.Integer.parseInt(Integer.java:770) at com.redhat.devtools.intellij.lsp4mp4ij.psi.core.project.AbstractConfigSource.getPropertyAsInt(AbstractConfigSource.java:188) at com.redhat.devtools.intellij.lsp4mp4ij.psi.core.project.PsiMicroProfileProject.getPropertyAsInteger(PsiMicroProfileProject.java:77) at com.redhat.microprofile.psi.internal.quarkus.jaxrs.java.QuarkusJaxRsCodeLensParticipant.beginCodeLens(QuarkusJaxRsCodeLensParticipant.java:46)...
Signed-off-by: Jeff MAURY
When creating a Quarkus run configuration with default settings and starting it in Debug mode 2 sessions a started: - Quarkus (Gradle) - which runs `quarkusDev` - (Remote) - which...
Unfortunately I didnt manage to reproduce this but it happened several times to me when creating a new quarkus project. I was changing the artifact- and project name and also...
**Steps:** 1. EXEC: File > New > Project > Quarkus 2. EXEC: get to the extensions page 3. EXEC: select Web > RESTEasy Reactive 4. EXEC: deselect it **Result:** "RESTEasy...
**Steps:** 1. EXEC: launch IDEA, hit "New Project", select "Quarkus" wizard, provide project settings and get to the extensions page **Result:**  extensions settings page ohas neither left nor right...