XLIDE brings VBA editing to VS Code
XLIDE is an open-source VS Code extension for editing VBA directly inside `.xlsm` workbooks. It provides a module tree, syntax highlighting, symbol navigation, direct save-back to workbook files, and Live Share support, while avoiding COM automation and a local Office install by reading and writing the workbook’s VBA storage through a Python backend.
Hot take: this is a serious quality-of-life upgrade for the long tail of VBA maintenance, especially for teams that have outgrown the VBE but still depend on legacy macros.
- –The key differentiator is not “VBA in a new editor” but “VBA workflow without Excel installed or running.”
- –The no-COM, cross-platform approach makes it materially more practical than older Office-bound tooling.
- –Copilot/agent tool hooks are the sharp edge here: useful for modernization and bulk edits, but they raise the risk of accidental workbook mutations, so the confirmation guardrails matter.
- –Best fit is maintenance, review, and refactoring of existing VBA codebases, not greenfield application development.
- –Live Share compatibility is a strong collaboration feature for a niche that usually relies on screen sharing and the legacy VBE.
DISCOVERED
19h ago
2026-05-28
PUBLISHED
1d ago
2026-05-27
RELEVANCE
AUTHOR
sts153
