Beginnings of vscode-boot-properties readme

This commit is contained in:
Kris De Volder
2017-11-24 13:56:57 -08:00
parent d4c58603ba
commit 9b580108f7
3 changed files with 98 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
# VS Code Language Server for Spring Boot Application Properties
# VS Code Language Server for Spring Boot Java Support
VSCode extension and Language Server providing support for working with Spring Boot apps in Java.
@@ -64,7 +64,6 @@ Write Spring code with templates, available via regular code completion.
* `@GetMapping`
* `@PostMapping`
* `@PutMapping`
* `@RequestMapping`
## Smart code completions
Additional code completions for Spring-specific annotations
@@ -75,6 +74,10 @@ Additional code completions for Spring-specific annotations
* `@Value`: code completion for Spring Boot property keys
* `@Scope`: code completion for standard scope names
# Issues and Feature Requests
Please report bugs, issues and feature requests on the [Github STS4 issue tracker](https://github.com/spring-projects/sts4/issues).
# Releases:
Released versions of this extension can be installed directly from the vscode marketplace.