CppKit
⚡ Fast C++ boilerplate and competitive programming snippets for VS Code.
CppKit gives you useful C++ templates and snippets with short, memorable triggers.
Stop rewriting the same boilerplate. Type a trigger and start coding.
🚀 Features
- ⚡ Instant C++ boilerplate
- 🏆 Competitive programming template
- 🪶 Minimal competitive programming template
- 🔁 Standard and reverse loops
- 📦 Quick STL container declarations
- ➕
push_back() helper
- 🐛 Quick debug output
- ⌨️ Tab-through placeholders
- 🧩 Additional C++ STL snippets
📦 Snippets
| Trigger |
Description |
cpp |
C++ main boilerplate |
cp |
Competitive programming template |
cpfast |
Minimal CP template |
for |
Standard for loop |
forr |
Reverse for loop |
vec |
Vector declaration |
pb |
push_back() |
dbg |
Debug output |
⚡ Quick Start
Open a .cpp file and type:
cpp
| |