VBScript-vscode icon indicating copy to clipboard operation
VBScript-vscode copied to clipboard

A vscode extension for VBScript language support

Results 6 VBScript-vscode issues
Sort by recently updated
recently updated
newest added

Type: Feature Request Bonjour, J'avais trouvé une extension pour code VBA qui permettait d'avoir la visibilité sur la liste "Strucutre" et qui proposait les noms de variables existantes en cours...

This is probably out of scope, but I've been desperate to get whatever Outline/symbols support I can get for a large pile of VB6 code in VSCode and this extension...

The symbols get out of wack when a sub/function doesn't have the end function keyword, and once they do it doesn't recalculate until the keypress after you type end function/end...

I would like to see vscode debugging VBScript code. The API on the script host side is documented here: https://docs.microsoft.com/en-us/scripting/winscript/active-script-debugging-overview I would appreaciate any help or contributions on this topic.

enhancement
help wanted

It would be nice to have symbols loading from external files like `` I have not created a extension for vscode before but i would like to help with this...

enhancement

With the experience of the first versions of the plugin I like to create a ANTLR grammar to get an abstract syntax tree for further improvements of symbols and quicker...

enhancement
help wanted