xlide_vscode: Edit Excel VBA Code Directly in VS Code with Full Read/Write and AI Integration
By
sts153
An everything bagel for the brain. Substantive, layered, well-seasoned.
Summary
This article presents xlide_vscode, an open-source VS Code extension that enables direct editing of Excel VBA code within Visual Studio Code. It provides a tree view for browsing modules, full read/write access to .xlsm files, syntax highlighting, symbol navigation (Go to Definition, Find All References, Rename Symbol), and integration with GitHub Copilot via the Language Model API. The extension works cross-platform (Windows, macOS, Linux, remote containers) without requiring COM automation, Office installation, or win32com.
Key quotes
· 3 pulledEdit Excel VBA code directly in VS Code.
Browse modules in a sidebar tree, edit with syntax highlighting and symbol navigation (Go to Definition, Find All References, Rename Symbol), save changes back to the .xlsm file with Ctrl+S, and expose every operation to GitHub Copilot via the Language Model API.
No COM automation, no Office installation, no win32com -- works on Windows, macOS, Linux, and remote containers.
You might also wanna read
Cline: AI-Powered Autonomous Coding Assistant for Visual Studio Code
Cline is an AI-powered autonomous coding agent for VS Code that can understand code context, generate code, answer questions, and perform co
Elastic Copilot: AI Agent for VS Code Enables End-to-End Coding
Elastic Copilot is an AI agent for VS Code that codes end-to-end, plans and writes features, understands codebases, fixes bugs, writes docs,
LineageLens: A VS Code Extension That Tracks AI-Generated Code Provenance
LineageLens is a VS Code extension that acts as a local proxy between AI coding tools (Cursor, Claude Code, Copilot, Aide) and their provide
