Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Quarkus debug snippets and moreNew to Visual Studio Code? Get it now.

Quarkus debug snippets and more

Matthiasbrat

|
76 installs
| (0) | Free
Snippets for debugging with quarkus in vscode and some Resteasy reactive CRUD requests snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

logo

Quarkus debug and more snippets

This VSCode extension provides snippets to improve your development experience with Quarkus framework. basic CRUD requests snippets and debug configurations are provided.
Report bug · Request feature

License: GPL v3


Table of contents

  • Installation
  • Snippets
  • Contributing
  • Copyright and license

Installation

To install the extension, follow these steps:

  1. Open Visual Studio Code.
  2. Press Ctrl+Shift+X to open the Extensions panel.
  3. Search for "Quarkus debug snippets and more".
  4. Click on "Install".

or just follow this link : https://marketplace.visualstudio.com/items?itemName=matthiasbrat.quarkus-debug-snippets

Snippets

This extension provides the following Quarkus snippets:

Quarkus Debug

  • quarkus debug global config: Global configuration for debugging Quarkus applications. Contains tasks.json, settings.json and launch.json
    • Quarkus-debug: config.json or q-d-c

  • quarkus debug launch.json config file: Configuration for the launch.json file for debugging Quarkus applications.
    • Quarkus-debug: launch.json or q-d-l

  • quarkus debug settings.json config file: Configuration for the settings.json file for debugging Quarkus applications.
    • Quarkus-debug: settings.json or q-d-s

  • quarkus debug settings.json config file: Configuration for the tasks.json file for debugging Quarkus applications.
    • Quarkus-debug: settings.json or q-d-s

Quarkus HTTP Requests

  • quarkus get request: Inserts code for sending a GET request to a Quarkus application.
    • Quarkus-request: GET or q-g

  • quarkus post request: Inserts code for sending a POST request to a Quarkus application.
    • Quarkus-request: POST or q-p

  • quarkus put request: Inserts code for sending a PUT request to a Quarkus application.
    • Quarkus-request: PUT or q-u

  • quarkus delete request: Inserts code for sending a DELETE request to a Quarkus application.
    • Quarkus-request: DELETE or q-d

  • quarkus get request with path parameters: Inserts code for sending a GET request with path parameters to a Quarkus application.
    • Quarkus-request: GET with path parameters or q-g-p

Contributing

Do whatever and ask for a merge request if you want to contribute 👍.

Copyright and license

Code released under the GNU GENERAL PUBLIC LICENSE. You can take a look at the license file

Enjoy 🐸

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft