Skip to content

Extension Development Guide

Xed-Editor is designed to be extensible. Instead of limiting functionality to what is built in, it allows developers to create custom extensions that integrate directly into the editor.

The possibilities of extensions are almost limitless. Here are some examples of what you can achieve with the Extension API:

  • Register new language servers
  • Add syntax highlighting or code intelligence features
  • Introduce custom commands
  • Extend the user interface with new components

This guide will walk you through the process of building your own extension.

Prerequisites

Before you begin, make sure you are comfortable with the following technologies and concepts: