amir9480 / vscode-cpp-helper

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

Copy Function Definition Context Menu #11

Closed namello-zmtp closed 4 years ago

namello-zmtp commented 4 years ago

Would it be possible to have a Right Click Function -> Copy Function Definition Like Visual Studio?

amir9480 commented 4 years ago

Hello.

I don't know what that means. Is it the coping definition to the clipboard?

namello-zmtp commented 4 years ago

Yes exactly! Visual Studio puts a context menu function for that when you right click a function...

amir9480 commented 4 years ago

@namello-zmtp Ok, I gonna add it as soon as I can.

amir9480 commented 4 years ago

https://github.com/amir9480/vscode-cpp-helper/commit/a9ce155f5854485157982f5777aa28f34c578434

Will be available in next update.