Allow assigning property value after implements
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Assign property value after implements
If we assign an initial multi-line value to a property that implements some interface, the result will be as shown in the picture:

This is obviously a bad and confusing format, so I suggest to allow assigning the value after the implemnts part:

This is bitter, but still have a problem in formatting the multi-line string, which I suggested to solve by adding indent https://github.com/dotnet/roslyn/issues/34006
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.