dotnet / dotnet/vblang

Implicit line continuation before "Implements"

Open
#232 23 comments 6 reactions 0 assignees View on GitHub
Approved-in-Principle LDM Considering Proposal
Dominant language
No language data
Stars
328
Forks
71
PR merge metrics
No merged PRs in 30d

Description

Lines that contain the word Implements in Method detentions as too long. It will be easier to consider this word an implicit line continuation position.

```
Public Iterator Function GetEnumerator() As IEnumerator
Implements IEnumerable.GetEnumerator

```
This will be consistent with the class definition where the Impliments statements starts at a new line.

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.