-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
Feature RequestLanguage Serviceexternalmore votes neededIssues that have been postponed until more community members upvote itIssues that have been postponed until more community members upvote it
Milestone
Description
Type: LanguageService
Describe the bug
- OS and Version: Windows 10, latest Ubuntu etc...
- VS Code Version: 1.30.2
- C/C++ Extension Version: 0.21.0
- Other extensions you installed (and if the issue persists after disabling them): none
So the suggestion is to auto place semicolon after class, struct, enum and union definition. Since we have already autocompletion for the brackets, when struct A {| completes to struct A{ | } why not to put a semicolon after brackets to complete class, struct etc. definition like struct A{ | };. It really bugs me to put semicolon every time at the end of definition.
To Reproduce
- Type
struct A {| - Auto complete will do its job:
struct A{ | } - Observe error squiggles - missing semicolon after struct definition!
- Put semicolon by hand
Expected behavior
Autocomplete with semicolon at the end of class, struct, enum and union definition.
judfs, lineagedr, diduk001, The0nix, ScrapW and 8 more
Metadata
Metadata
Assignees
Labels
Feature RequestLanguage Serviceexternalmore votes neededIssues that have been postponed until more community members upvote itIssues that have been postponed until more community members upvote it