Skip to content

Built-in Servers

Xed-Editor already comes with several built-in language servers out of the box.

Before they can be used, make sure they're enabled and installed. Xed-Editor attempts to automatically establish a connection when a corresponding file is opened.

Manage Servers

You can manage the built-in servers by navigating to:

Settings → Editor → Manage language servers

Here you can:

  • Enable/Disable Servers – Turn language support on or off per language.
  • Install/Update Servers – Ensure the server is installed and up to date.
  • Configure Settings – Adjust server-specific options or disable certain features.
  • View status and logs – Monitor the state and review logs for troubleshooting.

TIP

The integrated language servers should work without any problems. If you do encounter any issues, please report them.

👉 How to report LSP issues

Supported Languages

Xed-Editor ships with built-in servers for many common programming languages, including:

INFO

Additional language servers can be added manually or via extensions if your preferred language is not listed. To learn more, view the following guides.