voideditor/void
Void was an open-source AI-powered code editor built by forking VS Code to enable custom AI integration.

It provided AI coding assistance through custom LLM providers supporting autocomplete (fill-in-the-middle) and file editing. The project built its own AI services including EditCodeService for diff-based streaming edits and VoidModelService for background file synchronization. It was designed to be a fully open-source alternative to proprietary AI coding tools. The project is now deprecated but the codebase remains available as a reference for forking VS Code with AI capabilities.