amir9480 / vscode-cpp-helper

vscode extension to create implementation for c++ function prototypes.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.cpp-helper
MIT License
354 stars 31 forks source link

Support globs in source patterns #25

Open riverwoodland opened 3 years ago

riverwoodland commented 3 years ago

With some directory structures it becomes cumbersome to define all the source patterns required. This is particularly problematic with large projects. Having support for globs would help a lot to deal with these scenarios.

On a side note the extension https://github.com/ryzngard/header-source-switch does a very good job in automatically detecting the corresponding header/source file. Could be a nice approach for the future.

amir9480 commented 3 years ago

@riverwoodland I still waiting for the "create implementation" feature in the official C++ extension.

https://github.com/microsoft/vscode-cpptools/issues/664

I can't work on this but contributions are welcome.