Description
Crystal projects can get editor diagnostics, navigation, and completion through a Language Server Protocol implementation. It is useful for developers who want IDE-like support in LSP-compatible editors.
Language servers index source trees and may read many project files. Use trusted workspaces and expect CPU or memory use during indexing.