Serpen / VBS-VSCode

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

Correct Line Interpretion with : and _ #7

Open Serpen opened 3 years ago

Serpen commented 3 years ago

Currently an additional code line with : is hardly working. should be enhanced

dim x : x = 12

Underscore _ support is not implemented

MsgBox "Hello" & _
"World"
Serpen commented 3 years ago

a simple Split(":") doesn't respects comments like Dim x ' : dim y