Is there any though to VB supporting comments "inline"
Open
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Not sure what the correct term is but similar to C# /* Comment */ as below
```
If x = 1 /* not zero */ then
Dim y = 7 /* Special Flag */, z = 4 /* Version */
' Do Something
End If
```
I don't care about using /**/ it was just a familiar syntax, I don't know if this is possible without a very breaking change but it comes up a lot in trying to document flags. It would be really useful with new flag feature where it might not be a breaking change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.