Quarkus snippets for VS Code
This extension for Visual Studio Code adds snippets for Quarkus.
Usage
Type part of a snippet, press enter, and the snippet unfolds.
Alternatively, press Ctrl+Space (Windows, Linux) or Cmd+Space (OSX) to activate snippets from within the editor.
Commands
JAVA snippets
| snippet |
Purpose |
| q-resource |
Create new Quarkus REST resource class |
| q-panache-entity |
Create a Panache entity |
| q-path |
Create new path entrypoint |
Quakus properties snippets
| snippet |
Purpose |
| datasource-postgresql |
Add datasource to your configuration for Postgresql |
| datasource-mysql |
Add datasource to your configuration for MySQL |
| datasource-mariadb |
Add datasource to your configuration for MariaDB |
| datasource-mssql |
Add datasource to your configuration for MySQL |
| datasource-h2 |
Add datasource to your configuration for H2 |
| datasource-derby |
Add datasource to your configuration for Apache Derby |
Requirements
License
Apache Licence 2.0. See LICENSE file.
| |