All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

xlide_vscode: Edit Excel VBA Code Directly in VS Code with Full Read/Write and AI Integration

By

sts153

4d ago· 4 min readenCode

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 pulled
Edit 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.
Snippet from the RSS feed
Excel VBA integration for VS Code - Tree View / Full Direct VBA Read+Write / LiveShare Compatible / Direct Agentic AI Integrations - WilliamSmithEdward/xlide_vscode

You might also wanna read