-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Feature RequestLanguage ServiceVisual Studio CodeCaused by (or depends on changes from) VS CodeCaused by (or depends on changes from) VS CodeenhancementImprovement to an existing featureImprovement to an existing feature
Milestone
Description
Type: LanguageService
Describe the bug
- C/C++ Extension Version: 1.3.0-insider 3
Steps to reproduce
- Type
class ClassName
{
^ There is no auto-completed simi-colon at the end of }
. The code will be like
class ClassName
{
}
//^ No semi-colon
Expected behavior
class ClassName
{
};
//^ Auto-completed semi-colon
Metadata
Metadata
Assignees
Labels
Feature RequestLanguage ServiceVisual Studio CodeCaused by (or depends on changes from) VS CodeCaused by (or depends on changes from) VS CodeenhancementImprovement to an existing featureImprovement to an existing feature