Overview of the GSX Language Server
mainThe GSX Language Server is an LSP (Language Server Protocol) implementation specifically for .gsx files. It provides real-time editor intelligence features including:
- Hover: Documentation on hover.
- Completion: Code completion suggestions.
- Go-to-definition: Navigating to where an element is defined.
- Find-references: Locating all usages of an element.
- Diagnostics: Real-time error and warning reporting.
- Formatting: Document auto-formatting.
- Semantic tokens: Semantic token highlighting.
- Symbols: Document and workspace-wide symbol discovery.