Posts by Jeff Maury

Posts by Jeff Maury

Jeff works for Red Hat since 2016. He's leading desktop tooling effort around cloud native technologies (Quarkus, OpenShift, Kubernetes).

Posts

This release adds support for CodeActions / Quick Fixes

This release improves the Qute developer experience

This release improves Quarkus run experience

This release adds support for Qute templates

This release adds support for Quarkus run/debug configurations

This release adds support for Quarkus streams in the new project/module wizard

This release adds support for CodeLens for REST endpoints and enhances MicroProfile Fault Tolerance and Metrics supports

We are very pleased to announce the 1.4.0 release of Quarkus Tools for IntelliJ. This release enhances codestarts support in the Quarkus project wizard. Codestarts The Quarkus project wizard now highlights codestarts enabled extension with a specific icon (right to the extension name), similar to code.quarkus.io, allowing users to better identify codestarts enabled extensions. Moving Forward If you have any questions, suggestions or feedback, by all means please open an issue...

We are very pleased to announce the 1.3.0 release of Quarkus Tools for IntelliJ. This release brings codestarts support in the Quarkus project wizard. Codestarts The Quarkus project wizard adds a new codestarts option, allowing to enable/disable codestarts generation for Quarkus extensions that support this feature. Moving Forward If you have any questions, suggestions or feedback, by all means please open an issue. Thank you for reading and stay tuned for the...

We are very pleased to announce the 1.2.0 release of Quarkus Tools for IntelliJ. This release brings enhanced support for Eclipse Microprofile. Eclipse Microprofile Reactive Messaging If your application is based on Eclipse Microprofile Reactive Messaging, properties are enabled for: @Connector annotation @Outgoing annotation @Incoming annotation Here is an example of a Kafka based application: Eclipse Microprofile JWT If your application is based on Eclipse Microprofile JWT, the following properties will be enabled...

We are very pleased to announce the 1.1.0 release of Quarkus Tools for IntelliJ. This release brings support for YAML configuration files and bug fixes. application.yaml support Code completion (Ctrl + ENTER) Property documentation Select a property and press Ctrl+Q Syntax validation Wrong property key names or values are reported Moving Forward If you have any questions, suggestions or feedback, by all means please open an issue. Thank you for reading and...

We are very pleased to announce the 1.0.0 release of Quarkus Tools for IntelliJ. This release brings enhanced code completion and syntax validation for application.properties and better support for Microprofile in Java files. It is not based anymore on the LSP Support plugin in order to increase stability. In order to install it, search for Quarkus Tools in the JetBrains marketplace or download from here. Here is an overview of the major...

In a previous post, we announced the first version of Quarkus Tools for Eclipse. We’re now announcing a new version for Quarkus Tools for Eclipse, including better support for Eclipse Microprofile, Java 11 and enhancements to the wizard. Language support for Kubernetes, Openshift, S2i and Docker properties There is now completion, hover, documentation and validation for kubernetes., openshift., s2i., docker. properties Enter kubernetes prefix: Enter openshift prefix: Enter s2i prefix: Language support for...

You have probably already heard about tooling for Microsoft VSCode or JetBrains IntelliJ. Last week the first version of Quarkus Tools for Eclipse was released. It’s free and open source and we encourage you to use it. Let’s see how you can get it and play with the features. Installation There are several ways to get Quarkus Tools inside the Eclipse IDE. Quarkus Tools is part of JBoss Tools. So if...