Implement Interface members Implicitly
Open
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Moved from https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/5795346-implement-interface-members-implicitly?tracking_code=96e32ab5dfd49bd6f5328739a944c586
It 'll be nice if we can declare the interface members implicitly without mention the implemented member from the interface.
In other words, we can write for example this
```vb
Public Sub Method1()
End Sub
```
instead of
```vb
Public Sub Method1() Implements InterfaceName.Method1
End Sub
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.