Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Spring Endpoint CommentsNew to Visual Studio Code? Get it now.
Spring Endpoint Comments

Spring Endpoint Comments

voctorrrr

| (0) | Free
Añade automáticamente comentarios con la ruta completa y placeholders tipados encima de @GetMapping/@PostMapping/@RequestMapping.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Spring Endpoint Comments

Extensión para VS Code que agrega un comentario encima de cada método anotado con @GetMapping, @PostMapping, @PutMapping, @DeleteMapping o @RequestMapping.

Shortcut

Ctrl + Alt + E

Ejemplo

Código original:

@GetMapping("/users")
public List<User> getUsers() { ... }

// Endpoint: GET /users
@GetMapping("/users")
public List<User> getUsers() { ... }

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft