Description
C# editors can get code intelligence through the Language Server Protocol. This helps with completion, diagnostics, navigation, and other editor features when working on C# projects.
Most users do not start it by hand. It is normally configured inside an editor or IDE, which runs the language server in the background for the current project.