{"id":28420597,"url":"https://github.com/redhat-developer/vscode-quarkus","last_synced_at":"2025-06-26T16:32:06.438Z","repository":{"id":37580059,"uuid":"192749893","full_name":"redhat-developer/vscode-quarkus","owner":"redhat-developer","description":"Quarkus Tools for Visual Studio Code, by Red Hat","archived":false,"fork":false,"pushed_at":"2025-06-26T13:38:14.000Z","size":22584,"stargazers_count":74,"open_issues_count":71,"forks_count":30,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-06-26T14:36:50.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quarkus.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-developer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-19T14:36:00.000Z","updated_at":"2025-06-26T13:33:40.000Z","dependencies_parsed_at":"2023-02-19T11:45:57.481Z","dependency_job_id":"fb0be11e-9a24-47a0-9e4f-c6bf8b69ff69","html_url":"https://github.com/redhat-developer/vscode-quarkus","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-developer/vscode-quarkus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-quarkus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-quarkus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-quarkus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-quarkus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-developer","download_url":"https://codeload.github.com/redhat-developer/vscode-quarkus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-quarkus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262102394,"owners_count":23259248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-05T03:48:49.059Z","updated_at":"2025-06-26T16:32:06.427Z","avatar_url":"https://github.com/redhat-developer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quarkus Tools for Visual Studio Code\n\n[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/redhat.vscode-quarkus?style=for-the-badge\u0026label=VS%20Marketplace\u0026logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-quarkus)\n[![Installs](https://img.shields.io/visual-studio-marketplace/i/redhat.vscode-quarkus?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-quarkus)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/redhat-developer/vscode-quarkus/tests.yml?branch=master\u0026style=for-the-badge\u0026logo=github)](https://github.com/redhat-developer/vscode-quarkus/actions?query=branch%3Amaster)\n[![License](https://img.shields.io/github/license/redhat-developer/vscode-quarkus?style=for-the-badge)](https://github.com/redhat-developer/vscode-quarkus/blob/master/LICENSE)\n\n## Description\n\nThis Visual Studio Code extension provides support for :\n\n * [Quarkus](https://quarkus.io/) and [MicroProfile](https://github.com/eclipse/microprofile) development\nby extending [Visual Studio Code extension for MicroProfile](https://github.com/redhat-developer/vscode-microprofile) with Quarkus features.\n\n![](images/propertiesSupport.png)\n\n * [Qute support](docs/qute/README.md) to provide completion, validation, etc. for the [Qute template engine](https://quarkus.io/guides/qute-reference) inside Java and template files.\n\n![](images/quteSupport.png)\n\n * [Renarde support](docs/renarde/README.md) to make sure that the Quarkus, MicroProfile, and Qute features work properly when working with a [Renarde](https://quarkiverse.github.io/quarkiverse-docs/quarkus-renarde/dev/index.html) application.\n\n![](./docs/renarde/images/renarde-workspace-symbols.gif)\n\n## Quarkus VS Code Commands\nThe following commands are supported for both Maven and Gradle Quarkus projects:\n\n  * `Quarkus: Generate a Quarkus project`: Generate a Quarkus project, based on https://code.quarkus.io/\n  * `Quarkus: Add extensions to current project`: Add Quarkus extensions to currently opened Quarkus project\n  * `Quarkus: Debug current Quarkus project`: Launches the Maven `quarkus:dev` plugin or the Gradle `quarkusDev` command and automatically attaches a debugger\n  * `Quarkus: Build executable`: Launches Maven or Gradle with the correct arguments to build an executable of the application (requires GraalVM or Mandrel to be configured)\n  * `Quarkus: Deploy current Quarkus project to OpenShift (odo)`: Deploys the current project to a connected OpenShift cluster using [OpenShift Connector](https://github.com/redhat-developer/vscode-openshift-tools)\n\n## Quarkus/MicroProfile `properties` Features\n\nIn `application.properties` and `microprofile-config.properties` files, you will benefit with:\n\n  * Completion support for Quarkus/MicroProfile properties\n  * Hover support for Quarkus/MicroProfile properties\n  * Definition support for Quarkus/MicroProfile properties\n  * Format support for Quarkus/MicroProfile properties\n  * Validation and Quick Fix support for Quarkus/MicroProfile properties\n  * Support for Quarkus profiles\n  * Outline support (flat or tree view)\n  * Code snippets:\n    * **qds** - Configure a Quarkus datasource\n    * **qj** - Configure a Jaeger tracer\n\n## Quarkus `yaml` Features\n\nIn `application.yaml` and `application.yml` files, you will benefit with:\n\n  * Completion support for Quarkus/MicroProfile properties\n  * Hover support for Quarkus/MicroProfile properties\n  * Validation support for Quarkus/MicroProfile properties\n  * Support for Quarkus profiles\n  * Outline support\n\n## Quarkus/MicroProfile `Java` Features\n\nIn `Java` files, you will benefit with:\n\n  * Completion support for MicroProfile\n  * Hover support for MicroProfile\n  * Validation and Quick Fix support for MicroProfile\n  * Code Lens support for Quarkus/MicroProfile\n  * Code snippets:\n    * **qtrc** - Create a new Quarkus test resource class\n    * **qitrc** - Create a new Quarkus integration test resource class\n    * **qntrc** - Create a new Quarkus native test resource class (only works in older versions of Quarkus, since this testing method has been deprecated)\n    * All the [snippets provided by vscode-microprofile](https://github.com/redhat-developer/vscode-microprofile#microprofile-java-features)\n\n## Requirements\n\n  * [Visual Studio Code extension for MicroProfile](https://github.com/redhat-developer/vscode-microprofile)\n  * Java JDK (or JRE) 11 or more recent is required **except** on the following platforms : `win32-x64`, `linux-x64`, `linux-arm64`, `darwin-x64`, `darwin-arm64`. See [JDK Tooling](https://github.com/redhat-developer/vscode-java/#java-tooling-jdk) for details.\n  * [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java)\n  * [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)\n\n## Supported VS Code settings\n\nThe following settings are supported:\n\n* All [microprofile.tools.* settings](https://github.com/redhat-developer/vscode-microprofile#supported-vs-code-settings) from the [Visual Studio Code extension for MicroProfile](https://github.com/redhat-developer/vscode-microprofile)\n* `quarkus.tools.debug.terminateProcessOnExit` : Determines whether to terminate the quarkus:dev task after closing the debug session. Default is `Ask`.\n* `quarkus.tools.alwaysShowWelcomePage` : Determines whether to show the welcome page on extension startup. Default is `true`.\n* `quarkus.tools.starter.api` : Quarkus API base URL. Default is `https://code.quarkus.io/api`.\n* `quarkus.tools.starter.showExtensionDescriptions`: Determines whether to show the Quarkus extension descriptions when selecting Quarkus extensions. Default is `true`.\n* `quarkus.tools.propertiesLanguageMismatch` : Action performed when detected Quarkus properties have an incorrect language. Default is `forceQuarkus`.\n\nFor `Qute settings`, please see [here](docs/qute/README.md#settings)\n\n## Telemetry\n\nWith your approval, vscode-quarkus extension collects anonymous [usage data](USAGE_DATA.md) and sends it to Red Hat servers to help improve our products and services.\nRead our [privacy statement](https://developers.redhat.com/article/tool-data-collection) to learn more.\nThis extension respects the `redhat.telemetry.enabled` setting, which you can learn more about at https://github.com/redhat-developer/vscode-redhat-telemetry#how-to-disable-telemetry-reporting\nNote that this extension abides by Visual Studio Code's telemetry level: if `telemetry.telemetryLevel` is set to off, then no telemetry events will be sent to Red Hat, even if `redhat.telemetry.enabled` is set to true. If `telemetry.telemetryLevel` is set to `error` or `crash`, only events containing an error or errors property will be sent to Red Hat.\n\n## Articles\n\n * [New Features for Qute Templating Engine Support in Quarkus Tools for Visual Studio Code 1.13.0](https://quarkus.io/blog/vscode-quarkus-1.13.0-released/)\n * [Qute Templating Engine Support - Now Available for Quarkus Tools for Visual Studio Code](https://quarkus.io/blog/vscode-quarkus-1.10.0-qute/)\n * [Quarkus Tools for Visual Studio Code - 1.10.0 release](https://quarkus.io/blog/vscode-quarkus-1.10.0/)\n * [Quarkus Tools for Visual Studio Code - 1.4.0 release](https://quarkus.io/blog/vscode-quarkus-1.4.0/)\n * [Introducing 10 new features in Quarkus Tools for Visual Studio Code 1.3.0](https://quarkus.io/blog/vscode-quarkus-1.3.0/)\n * [Quarkus Tools for Visual Studio Code - 1.2.0 release](https://quarkus.io/blog/vscode-quarkus-1.2.0/)\n * [Quarkus Tools for Visual Studio Code - 1.1.0 release](https://quarkus.io/blog/vscode-quarkus-1.1.0/)\n * [Quarkus developer joy for VS Code](https://quarkus.io/blog/quarkus-developer-joy-for-vs-code/)\n\n## Contributing\n\nThis is an open source project open to anyone. Contributions are extremely welcome!\n\nFor information on getting started, refer to the [CONTRIBUTING instructions](CONTRIBUTING.md).\n\nCI builds can be installed manually by following these instructions:\n\n  1) Download and unzip the `vscode-microprofile` artifact [from the latest build](https://github.com/redhat-developer/vscode-microprofile/actions/workflows/release.yml?query=branch%3Amaster). \n\n  2) Download and unzip the `vscode-quarkus` artifact [from the latest build](https://github.com/redhat-developer/vscode-quarkus/actions/workflows/release.yml?query=branch%3Amaster). \n\n  3) Click `View/Command Palette`\n\n  4) Type 'VSIX'\n\n  5) Select 'Extensions: Install from VSIX...' and choose the `.vsix` file.\n\nAlternatively, you can install the latest pre-releases of `Tools for MicroProfile` and `Quarkus` from the Marketplace (published daily).\n\n## Feedback\n\nFile a bug in [GitHub Issues](https://github.com/redhat-developer/vscode-quarkus/issues).\n\n## License\n\nApache License 2.0.\nSee [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-developer%2Fvscode-quarkus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-developer%2Fvscode-quarkus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-developer%2Fvscode-quarkus/lists"}