VBScript icon indicating copy to clipboard operation
VBScript copied to clipboard

VBScript package for Sublime Text

Results 8 VBScript issues
Sort by recently updated
recently updated
newest added

Searching through the repository I cannot find any mention to open source licence. By this project being on Github, I am allowed to fork it by the [Github TOS](https://help.github.com/articles/github-terms-of-service/) (Terms...

' drop this code into sublime using VBScript it should become apparent Sub Name1(ByRef arrNameHere() As String, strNameHere1 As String) ' code 1 here End Sub Sub Name2(ByRef intNameHere As...

Bug

When a comment is at the end of code, it is not greyed out. This is fine. ``` VB.net ' Same as WScript.echo myEcho sub wEcho( myEcho ) WScript.echo myEcho...

Bug

The directory to install the package (whatever method) is : ``` C:\Users\[name of the user]\AppData\Roaming\Sublime Text 3\Packages ```

Better support for WSF files would be ideal. At a minimum, treating characters between `` tags as plain text would be a start.

Feature

Add support for Sublime Text's `Goto Symbol` feature. Also, VBScript's symbol list (or tmLanguage) probably needs some cleanup.

Feature

Yeah I know embedding VBScript in HTML is evil, but I often need to work with such stuff :( However, even with VBScript installed Sublime Text 2 thinks that stuff...

Feature

I couldn't find an option for running vbs files with this addon. Can somebody help me with that?