You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the VS Code snippets extension for easy creating hpp, cpp (with or without implemented pimpl idiom). Also this snippets could be used to crate basic CMakeLists files.
Usage
1. Generate cpp class implementation with/without pimpl idiom
cpp
cpp-pimpl
2. Generate hpp class with/without pimpl idiom
hpp
hpp-pimpl
3. Generate simple CMakeLists.txt with/without google tests