dotnet / dotnet/vblang

Allow assigning property value after implements

Open
#399 3 comments 1 reaction 0 assignees View on GitHub
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:

![2](https://user-images.githubusercontent.com/48354902/54827713-52027980-4cbb-11e9-9744-0a08344b51ee.jpg)

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

![3](https://user-images.githubusercontent.com/48354902/54827731-5dee3b80-4cbb-11e9-8e83-22e68e4784e1.jpg)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.