Serpen / VBS-VSCode

VSCode VBScript language extension
https://marketplace.visualstudio.com/items?itemName=Serpen.vbsvscode
MIT License
24 stars 11 forks source link

Format End Statements with Name-Comment #32

Open Serpen opened 3 years ago

Serpen commented 3 years ago

The Formatprovider should have the ability to add a comment to and end line

Sub MySub

End Sub ' My Sub

For i = 1 to 10

Next ' i

Should be a config var