amir9480 / vscode-cpp-helper

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

[Feature request] Create declaration from definition, with member object support #30

Closed ItsCubeTime closed 3 years ago

amir9480 commented 3 years ago

Hi there

This is a duplication of #30, So I close this issue. Also it's not easy to implement this feature as the extension uses regex to parse code. I still waiting for this feature in the official C++ extension.

https://github.com/microsoft/vscode-cpptools/projects/15#card-58211366

ItsCubeTime commented 3 years ago

Hi Amir, thanks for the reply <3

I actually found my way to another similar extension to this one called "C-mantic", which handles this quite well already (tho it cant update existing definitions/declarations).