From 621c01c29a69c42324b8c6287a697e17c4854dba Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Tue, 8 Oct 2024 16:27:37 -0400 Subject: [PATCH] Article on new features in Quarkus tooling for IntelliJ / VS Code - Originally released to Red Hat Developer blog Signed-off-by: Roland Grunberg --- ...4-10-14-enhancing-quarkus-developer-experience.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2024-10-14-enhancing-quarkus-developer-experience.adoc diff --git a/_posts/2024-10-14-enhancing-quarkus-developer-experience.adoc b/_posts/2024-10-14-enhancing-quarkus-developer-experience.adoc new file mode 100644 index 0000000000..bd146dcb8d --- /dev/null +++ b/_posts/2024-10-14-enhancing-quarkus-developer-experience.adoc @@ -0,0 +1,10 @@ +--- +layout: post +title: 'Enhancing the Quarkus developer experience: New updates for IntelliJ and VS Code tools' +synopsis: We wrote an article on the Red Hat Developer blog about new features in the Quarkus tooling for IntelliJ and VS Code +date: 2024-10-14 +tags: ide +author: rgrunber +--- + +With the recent releases of "Quarkus Tools for IntelliJ" [2.0.2](https://github.com/redhat-developer/intellij-quarkus/releases/tag/2.0.2), and "Quarkus Tools for Visual Studio Code" [1.18.1](https://github.com/redhat-developer/vscode-quarkus/releases/tag/1.18.1) we wrote an article at https://developers.redhat.com/articles/2024/09/18/enhancing-quarkus-developer-experience-new-updates-intellij-and-vs-code-tools describing some of the new features available in both extensions. Be sure to check it out!