Extension that adds VBA editor support to Visual Studio Code.
extension
External tools
vscode-vba
Alternative external tools libraries (6)
- oletools — Python tool which can be used to decode VBA P-Code (VBA's intermediate language).
- twinBasic — A VBA compatible parser, evaluator and compiler.
- VBA Pro — VSCode Extension that adds enhanced VBA support based on Language Service Protocol. The source is also [on GitHub](https://github.com/SSlinky/VBA-LanguageServer).
- VBA Build — Github action to automatically build a VBA project on commit.
- VBA Project Compiler — A python library which can be utilised to compile VBA projects. There is also a built-in [Excel addin…
- WinVBA — A modern IDE for Visual Basic for Applications (VBA) development.