amir9480/vscode-cpp-helper
vscode extension to create implementation for c++ function prototypes.
Generates C++ function implementations from declarations with configurable source file discovery patterns and header guard creation. Uses regex-based parsing to extract function signatures and map them to corresponding source files via customizable path transformations and find/replace rules. Offers flexible deployment options including inline implementation, clipboard copying, or automatic source file creation when the target doesn't exist.
425 stars. No commits in the last 6 months.
Stars
425
Forks
35
Language
TypeScript
License
MIT
Category
Last pushed
Jun 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/amir9480/vscode-cpp-helper"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chrishoermann/zod-prisma-types
Generator creates zod types for your prisma models with advanced validation
unjs/knitwork
🧶 Utilities to generate safe JavaScript code.
microsoft/ts-gyb
Generating native code interfaces from TypeScript
retejs/rete-studio
A general-purpose code generation tool powered by Rete.js
mathiasbynens/regenerate
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or...