Skip to content

Commit fe138c3

Browse files
datho7561angelozerr
authored andcommitted
Update documentation to reflect new and deprecated snippets
Closes #551 Signed-off-by: David Thompson <[email protected]>
1 parent 62014d7 commit fe138c3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,10 @@ In `Java` files, you will benefit with:
6161
* Validation and Quick Fix support for MicroProfile
6262
* Code Lens support for Quarkus/MicroProfile
6363
* Code snippets:
64-
* **qrc** - Create a new Quarkus resource class
65-
* **qrm** - Create a new Quarkus resource method
6664
* **qtrc** - Create a new Quarkus test resource class
67-
* **qntrc** - Create a new Quarkus native test resource class
68-
* snippets for MicroProfile annotations.
65+
* **qitrc** - Create a new Quarkus integration test resource class
66+
* **qntrc** - Create a new Quarkus native test resource class (only works in older versions of Quarkus, since this testing method has been deprecated)
67+
* All the [snippets provided by vscode-microprofile](https://github.com/redhat-developer/vscode-microprofile#microprofile-java-features)
6968

7069
## Requirements
7170

0 commit comments

Comments
 (0)