What option makes end curly brackets to be added automatically in Visual Studio?

LUIS HERNANDEZ YAÑEZ 20 Reputation points
2025-04-27T13:20:30.1633333+00:00

I do not know what I did, but now the end curly bracket is not automatically added when I type de start curly bracket

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,928 questions
0 comments No comments
{count} votes

Accepted answer
  1. RLWA32 48,501 Reputation points
    2025-04-27T16:13:23.3533333+00:00

    Since this was posted with the C++ tag I assume the question refers to editing C/C++ files.

    From the Visual Studio IDE Main Menu go to Tools->Options->Text Editor->C/C++->General

    The option that controls automatic completion is shown here -

    Options


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.