Skip to content

Content Assist

Kris De Volder edited this page Aug 28, 2018 · 4 revisions

Code templates

Write Spring code with templates, available via regular code completion.

Examples

  • @GetMapping
  • @PostMapping
  • @PutMapping
  • @RequestMapping

Smart code completions

Additional code completions for Spring-specific annotations

Examples

  • @Value: code completion for Spring Boot property keys
  • @Scope: code completion for standard scope names
Clone this wiki locally