This extension implements basic language features of Visual Basic Script/VBScript/VBS for Visual Studio Code.
English | Deutsch
- Outline
- Completion
- Goto Definition
- Run (no debugging)
- Hover
- Add extra VBS Source (libraries) files for extra completion
{ // settings.json
"vbs.includes": ["c:\\mylibrary.vbs"]
}
You can support this project through PR with your changes or simply add an issue with your idea/bug.
- Complete Language Source Documentation #21
- Translate
- ...
This extension is based on the Visual Basic extension shipped with VS Code and the design from AutoIt Extension from loganch.
This extension was founded to help developing with VBS in an buisness application (medico Klinische Dokumentation)