vscode-cpp-helper icon indicating copy to clipboard operation
vscode-cpp-helper copied to clipboard

vscode extension to create implementation for c++ function prototypes.

Results 31 vscode-cpp-helper issues
Sort by recently updated
recently updated
newest added

RT:

enhancement
help wanted

If you call "Create Implementation Here" in a class with a special constructor the extension won't work anymore. No C++ helper function works until restart of VSCode. Example: Create a...

bug
help wanted

```c++ class Locale { public: ... /** * @brief Current locale * * @return Locale enumeration */ int locale() const; // Right click here and create implementation, it doesn't work...

When generating the header guard macro, the contents of the pattern string (including the resolved `{FILE}` variable) should be sanitized by replacing all non-alphanumeric characters by an underscore character (`_`)....

When an implementation is generated from a pure virtual function declaration, the ` = 0` is not removed. This issue is present in C++ Helper, v0.3.1 ## Current behavior (v0.3.1)...

Hi! When I select multiple methods and do "Create implementation" implementation is created for the 1st one only, while on your preview you easily create implementations for all selected methods....

When choosing "Create implementation" from the context menu, where no source file exists, a new file is created in the context directory, with a `.cpp` file extension. Changing the order...

with a.hpp and a.cpp in the same directory. a.hpp: ``` class C // class C omg { void f(); }; ``` gives in a.cpp: ``` #include "a.hpp" void omg::f() {...

as the figure shows ![图片](https://github.com/amir9480/vscode-cpp-helper/assets/112750563/c6860d0d-e4bf-4d9f-bd7f-7eb71399b29d) ![图片](https://github.com/amir9480/vscode-cpp-helper/assets/112750563/1a036c4b-a22c-484c-b17e-034ffe3bd4dc)

bug
help wanted

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies