Skip to content

Auto completing semi-colon for struct and class declaration #7291

@HO-COOH

Description

@HO-COOH

Type: LanguageService

Describe the bug

  • C/C++ Extension Version: 1.3.0-insider 3

Steps to reproduce

  1. 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

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions