Serpen / VBS-VSCode

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

Property Accessor Displaying #38

Open Serpen opened 3 years ago

Serpen commented 3 years ago

Currently the first matching property accessor is shown.

grafik

Property Get FormName ' as String
End Property
Property Let FormName ' as String
End Property

To show this information the accessor could be

Both syntaxes aren't valid in VBS, so the should be only visible in hover/completion