Additional language servers
Tell ADCode how to start the helper program for a language it does not know about yet.
When you would want it
This is what replaces having to install an extension for every language. If your language has a language server, you can use it here.
Where to find it
- All Features → Additional language servers
- Settings → adcode.language.customServers
How to use it, step by step
- One per line, written as 'language: command'.
- For example 'zig: zls' or 'elm: elm-language-server --stdio'.
- It takes effect when you click away from the box.
Why this beats the usual way
Instead of bundling its own forks of every toolchain, ADCode speaks the standard protocols - LSP for intelligence, DAP for debugging, tree-sitter for highlighting - and uses the servers installed on your machine. You get the same understanding the CLI tools have, one config line for anything unsupported, and no second copy of anything to maintain.
Find it in Universal Search
Additional language servers · Languages