dotnet / dotnet/vscode-csharp

Add curly brackets automatically for methods and classes

Open
#5,272 0 comments 0 reactions 0 assignees View on GitHub
Enhancement
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
18h 40m
Merged PRs (30d)
31

Description

## Describe the solution you would like
When typing a left curly bracket after the signature of a new method the right bracket should be added automatically in the correct format.

E.g.
```c#
private void MyNewMethod()
```
Now we type a left bracket the result (with correct indentation) should be

```c#
private void MyNewMethod()
{

}
```

I use Debian

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.