Skip to content

Commit

Permalink
Merge pull request #471 from turkeylurkey/readme-update
Browse files Browse the repository at this point in the history
Document the class snippets only to appear in an empty file.
  • Loading branch information
turkeylurkey authored Jun 14, 2023
2 parents db8e73c + 1babd3a commit bc6d907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Eclipse LSP4Jakarta provides the following [Jakarta Persistence snippets](./jaka
| persist_context | Entity manager injection and associated persistence context |
| persist_context_extended | Entity manager injection with extended persistence context |
| persist_context_extended_unsync | Entity manager injection with extended, unsynchronized persistence context |
| persist_entity | Generic persistence entity model |
| persist_entity | Generic persistence entity model. Only available in an empty file. |

Eclipse LSP4Jakarta provides the following [Jakarta Persistence diagnostics](./jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/src/main/java/org/eclipse/lsp4jakarta/jdt/core/persistence/).

Expand All @@ -168,7 +168,7 @@ Eclipse LSP4Jakarta provides the following [Jakarta RESTful Web Services snippet

| Snippet prefix | Description |
| --------- | ------------ |
| rest_class | Resource class with GET resource method |
| rest_class | Resource class with GET resource method. Only available in an empty file. |
| rest_get | GET resource method |
| rest_post | POST resource method |
| rest_put | PUT resource method |
Expand All @@ -187,7 +187,7 @@ Eclipse LSP4Jakarta provides the following [Jakarta RESTful Web Services diagnos

### Jakarta Servlet

Eclipse LSP4Jakarta provides the following [Jakarta Servlet snippets](./jakarta.ls/src/main/resources/servlet.json).
Eclipse LSP4Jakarta provides the following [Jakarta Servlet snippets](./jakarta.ls/src/main/resources/servlet.json). All these snippets are only available in an empty file.

| Snippet prefix | Description |
| --------- | ------------ |
Expand Down

0 comments on commit bc6d907

Please sign in to comment.