Link to home
Start Free TrialLog in
Avatar of Rohit Bajaj
Rohit BajajFlag for India

asked on

Does vscode has auto code generation

I am using vscode for coding C++. I noticed that if I write stack.push(). where stack is a class that I created. And it doesn't have a push function. It shows error. But it doesn't show any option to auto generate a method call push in stack. I am wondering if there was some plugin etc to do that.
ASKER CERTIFIED SOLUTION
Avatar of phoffric
phoffric

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial