BigBahss / vscode-cmantic

C/C++ code generation for VS Code: Generate Definitions, Getters, Setters, and much more.
https://bigbahss.github.io/vscode-cmantic/
MIT License
82 stars 9 forks source link

Fix parenthesis bug #60

Open syborg64 opened 7 months ago

syborg64 commented 7 months ago

Fix bug leading multiple features to use a blank declaration

This is an important fix, and not a superfluous feature

expected limitations:

Ataraxia-Mechanica commented 5 months ago

https://github.com/microsoft/vscode-cpptools/issues/1162 CPPtools can move functions to the corresponding cpp file by right clicking a function -> refactor now. Can't do batching though.

LeandroSQ commented 5 months ago

I have another change ready to go:

But it seems this repo is not maintained anymore, I'm considering forking it and maintaining myself. Would you be willing to move your PR there if that would be the case?