ManaCoding Snippets 🚀
Professional Java Full Stack snippets for Visual Studio Code.
Built for developers working with:
- Spring Boot
- Java
- SQL
- Angular
- REST APIs
Features
✅ Spring Boot REST Controller snippets
✅ Spring Boot Service snippets
✅ Spring Boot Repository snippets
✅ Spring Boot Entity snippets
✅ SQL Table snippets
✅ Faster coding workflow
✅ Beginner friendly
Available Snippets
Java Snippets
| Prefix |
Description |
mcrest |
Spring Boot REST Controller |
mcservice |
Spring Boot Service |
mcrepository |
Spring Boot Repository |
mcentity |
Spring Boot Entity |
mcgetapi |
Spring Boot GET API |
mcpostapi |
Spring Boot POST API |
SQL Snippets
| Prefix |
Description |
mcsqltable |
Create SQL Table |
Example
Type:
mcrest
Press:
Ctrl + Space
Output:
@RestController
@RequestMapping("/api/users")
public class UserController {
@GetMapping
public String getAll() {
return "Hello from ManaCoding";
}
}
Installation
- Open Visual Studio Code
- Go to Extensions
- Search for:
ManaCoding Snippets
- Click Install
Requirements
- Visual Studio Code
- Java Extension Pack (recommended)
Release Notes
0.0.1
Initial release of ManaCoding Snippets.
Features:
- Java snippets
- Spring Boot snippets
- SQL snippets
About ManaCoding
ManaCoding helps developers learn and build real-world projects.
🌐 Website:
https://manacoding.com
Future Updates
Upcoming features:
- Angular snippets
- JWT snippets
- Security snippets
- Kafka snippets
- Microservices snippets
- AI coding tools
Support
If you like this extension:
⭐ Rate it on VS Code Marketplace
⭐ Share with developers
⭐ Follow ManaCoding
License
MIT License
Made with ❤️ by ManaCoding
| |