Marco

Results 22 issues of 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) - [...

enhancement

tmLanguage file is very flat compared to other languages. Should use more extensive use of include Syntax.

enhancement

**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 = " &...

bug

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 '...

question

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 '...

enhancement

Currently the first matching property accessor is shown. ![grafik](https://user-images.githubusercontent.com/9609229/96143169-22513d00-0f03-11eb-9610-e03cd112c7ab.png) ```vbscript Property Get FormName ' as String End Property Property Let FormName ' as String End Property ``` To show this...

enhancement

#### Prio mistakes: - [ ] Cannot use parentheses when calling a Sub (1044) - [ ] Object Assignment without Set / Object variable not set (91) - [ ]...

enhancement

Implement commands which - [ ] Signing a file with a certificate - [ ] Encode a vbs as vbe file

enhancement

Format Provider should format the document with: - [ ] Indention - [ ] Spaces between operators - [ ] Spaces after commas - [ ] Spaces at comments -...

enhancement

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

enhancement