vscode-cpptools
vscode-cpptools copied to clipboard
Adding feature that add semicolon automatically when write a class or enum or struct in c++.
Feature Request
I hope to see the Visual Studio feature happen in vs code, when writing a class the semicolon got write itself automatically at the end.
class ClassName {
}; // <--
We need VS Code itself to add support for this. I created issue https://github.com/microsoft/vscode/issues/118577, but it got closed for not receiving enough upvotes, but you could try recreating a new issue for it.
It looks like the VS Code team says we should be able to implement this ourselves.