Skip to content

Commit

Permalink
Added VS Code commands
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <[email protected]>
  • Loading branch information
dkwon17 authored and fbricon committed Sep 20, 2019
1 parent 504633f commit 0794c05
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ and a [Quarkus jdt.ls extension](https://github.com/redhat-developer/quarkus-ls/

![](images/propertiesSupport.png)

## Quarkus Project Wizards
## Quarkus project wizards
* Generate a Quarkus Maven project, based on https://code.quarkus.io/
- Call `Quarkus: Generate a Maven project` from the VS Code command palette
* Add Quarkus extensions to current Maven-based Quarkus project
- Call `Quarkus: Add extensions to current project` from the VS Code command palette

## Quarkus `application.properties` Features
* Completion support for Quarkus properties
Expand All @@ -20,9 +22,10 @@ and a [Quarkus jdt.ls extension](https://github.com/redhat-developer/quarkus-ls/
* Outline support (flat or tree view)

## Quarkus debug command
* launches the Maven quarkus:dev plugin and automatically attaches a debugger
Launches the Maven quarkus:dev plugin and automatically attaches a debugger
* Call `Quarkus: Debug current Quarkus project` from the VS Code command palette

## Quarkus Code Snippets
## Quarkus code snippets
This extension provides several code snippets, available when editing Java files:

* **qrc** - Create a new Quarkus resource class
Expand Down

0 comments on commit 0794c05

Please sign in to comment.