Marco
Marco
Debugging support would be a create feature but a lot of work to do, and maybe impossible due to some limitations - [ ] [Understanding VSCode Debug System](https://code.visualstudio.com/api/extension-guides/debugger-extension) - [...
tmLanguage file is very flat compared to other languages. Should use more extensive use of include Syntax.
**Describe the bug** Hover not working with simple quote embedded in double quotes **To Reproduce** Steps to reproduce the behavior: `Query.SqlWhere = "frm = 'BTUMORKONF' AND b2000sav.per = " &...
VBS has no type System, however sometimes it is well known what a function or variable holds. I use this syntax on my own: `Dim str ' as String '...
The Formatprovider should have the ability to add a comment to and end line ```vbscript Sub MySub End Sub ' My Sub For i = 1 to 10 Next '...
Currently the first matching property accessor is shown.  ```vbscript Property Get FormName ' as String End Property Property Let FormName ' as String End Property ``` To show this...
#### Prio mistakes: - [ ] Cannot use parentheses when calling a Sub (1044) - [ ] Object Assignment without Set / Object variable not set (91) - [ ]...
Implement commands which - [ ] Signing a file with a certificate - [ ] Encode a vbs as vbe file
Format Provider should format the document with: - [ ] Indention - [ ] Spaces between operators - [ ] Spaces after commas - [ ] Spaces at comments -...
A variable/function/symbol should be renamed within its context. This involves a better understandig of the document by the extension, possibly this needs #29