VB 14.0 introduces the ability to add comments after implicit line continuation.
Dim number = From c As Char 'Comment In "dj58kwd92n4" 'Comment Where Char.IsNumber(c) 'Comment Select c 'Comment