amir9480 / vscode-cpp-helper

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

Home Page:https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.cpp-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ItsCubeTime opened this issue · comments

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

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

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).